Hello. Can someone please provide me a complete working example for doing the following two tasks:
- Coloring the cell range A1:C3 with color #c2c2c2
- Removing the color (like what would be the case if one selected “No Fill” from the background color picker) from cell range A1:C3
I’ve tried numerous examples from websites and forums and nothing has worked; I’m guessing that there are standard declarations one must use in VBA that I simply don’t know, so please provide everything I would paste between “Sub FOO” and “End Sub” in the macro.
And yes, I know I should go and read 500 pages of documentation and learn how to do it myself but I don’t have the time right this second to do so.
Thank you very much in advance.