ongtrungducmx25
Thành viên gạo cội
- Tham gia
- 5/2/07
- Bài viết
- 2,077
- Được thích
- 1,987
- Nghề nghiệp
- GV
xin hỏi là code viết sao để tạo ra thanh trượt
vd:
em muốn có thanh trượt ngang và dọc bài này có thanh trượt:
http://www.giaiphapexcel.com/forum/showthread.php?t=2625
vd:
PHP:
Sub kebang()
Selection.FormatConditions.Delete
Selection.FormatConditions.Add Type:=xlExpression, Formula1:="=LEN(A1)>0"
With Selection.FormatConditions(1).Borders(xlLeft)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
With Selection.FormatConditions(1).Borders(xlRight)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
With Selection.FormatConditions(1).Borders(xlTop)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
With Selection.FormatConditions(1).Borders(xlBottom)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
ActiveCell.FormulaR1C1 = "4"
Range("A1").Select
Selection.Copy
Range("A1:H15").Select
ActiveSheet.Paste
Application.CutCopyMode = False
Selection.ClearContents
End Sub
http://www.giaiphapexcel.com/forum/showthread.php?t=2625
Chỉnh sửa lần cuối bởi điều hành viên: