用VBA程序为你的Excel 背景设置护眼色

2024-10-13 22:48:43

1、Sub 设置护眼色()With Cells .Borders.Co盟敢势袂lor = 12632256 .Interi泠贾高框or.Color = 12312507End WithEnd Sub效果图如下:

用VBA程序为你的Excel 背景设置护眼色

2、Sub 取消护眼色()With Cells .Borders.LinStyle = xlNone .Interior.Color = xlNoneEnd WithEnd Sub

猜你喜欢