cell colour change

  • Thread starter Thread starter anthony
  • Start date Start date
A

anthony

could some one please tell me how in a visual basic macro i can change the
background colour of a cell.
 
Hi Anthony,

You can try:

ActiveCell.Interior.ColorIndex = x

where x is the colour reference (6 is yellow)

Hope this helps

Warm regards

Sunil Jayakumar

anthony said:
could some one please tell me how in a visual basic macro i can change the
background colour of a cell.

www.ayyoo.com/credit-cards.html
 

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

Similar Threads


Back
Top