【发布时间】:2016-08-19 16:07:22
【问题描述】:
With Sheets(1).Range(Cells(row + 1, 1), Cells(row + 1, "V"))
.Interior.ColorIndex = 48
' .Borders (xlInsideHorizontal)
.LineStyle = xlSlantDashDot
.Weight = xlThin
.ColorIndex = 15
.Font.Name = "Times New Roman"
.Font.Size = 25
End With
.LineStyle = xlSlantDashDot
这是显示错误的行。
是MS office版的吗?
我使用的是 MSofficer 2010 版。
或者这个属性太旧了,我不能用xlSlantDashDot。
任何其他excel单元格粗线样式建议?
错误是
XL2002:错误信息:运行时错误 1004:无法设置边框类的 LineStyle 属性
【问题讨论】: