Excel VBA, Column Fill Color
The following line changes the fill color of the first column to blue:
Columns(1).Interior.Color = vbBlue
Same as the previous line but instead of using the blue color constant it uses the blue color code
Columns(1).Interior.Color = 16711680
For more information about working with colors in VBA for Excel please see VBA Excel, Colors.
Before:
After:
See Also:
If you need assistance with your code, or you are looking for a VBA programmer to hire feel free to contact me. Also please visit my website www.software-solutions-online.com