Background color

  • Thread starter Thread starter Dave Griffiths
  • Start date Start date
D

Dave Griffiths

I am creating a sheet where VBA creates new cells, I need to color the
cell background, I just cannot seem to find anything that looks remotely
like a fill or background function.

I have been trying in the area of

Range("A1").

Help would be very much appreciated.

Thanks.
 
Range("A1").Interior.ColorIndex = 6 will produce the yellow background
color in A1
 

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

Back
Top