在excel中对单元格边框(而不是图表)使用VBA:
无法将Borders.Linestyle属性设置为具有圆点线条(请参阅所附照片)。使用.Linestyle = xlDot会产生较大的方形破折号,而不是较小的圆点。
我也尝试过给xlThin设定权重,但这似乎没有什么区别。

发布于 2018-05-15 14:25:06
试一试
.LineStyle = xlContinuous
.Weight = xlHairlinehttps://stackoverflow.com/questions/50352564
复制相似问题