matran25251325
Thành viên tiêu biểu

- Tham gia
- 13/1/11
- Bài viết
- 424
- Được thích
- 39
Đoạn code này nếu em muốn kẻ đường line ngang trong khung là nét mờ thì em phải bổ sung code thế nào?
With Sheets1
.[A11:S1000].ClearContents
.Range("A11:S1000").Borders.LineStyle = xlNone
If K Then
.[A11].Resize(K, 19).Value = Darr
.[A11].Resize(K, 19).Value = .[A11].Resize(K, 19).Value
.[A11].Resize(K, 19).Borders.LineStyle = xlContinuous
End If
With Sheets1
.[A11:S1000].ClearContents
.Range("A11:S1000").Borders.LineStyle = xlNone
If K Then
.[A11].Resize(K, 19).Value = Darr
.[A11].Resize(K, 19).Value = .[A11].Resize(K, 19).Value
.[A11].Resize(K, 19).Borders.LineStyle = xlContinuous
End If