lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I want to change cells background color so I did this code in vba expecting the color will be green (code =4) but to my surprise the color turns to Black?!
Cells.Interior.color = 4
Why is that? thank you.
I want to change cells background color so I did this code in vba expecting the color will be green (code =4) but to my surprise the color turns to Black?!
Cells.Interior.color = 4
Why is that? thank you.