How to use VBA to make a cell in Excel 2007 transparent

前端 未结 3 689
天命终不由人
天命终不由人 2021-01-17 09:52

I currently have:

Range(\"Z1\").Interior.Color = RGB(255, 255, 255)

But this wipes out the borders of the cells. Instead I\'d just like to

3条回答
提交回复
热议问题