Fill property

G

Guest

I am using this line of code to change the Fill color of a cell, it works
fine but what code can I use to set it back to NO FILL do to certain
circumstances?
 
T

Tom Ogilvy

since you didn't show your line of code, here is a general example:

ActiveCell.Interior.ColorIndex = xlNone
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top