A anthony May 16, 2005 #1 could some one please tell me how in a visual basic macro i can change the background colour of a cell.
could some one please tell me how in a visual basic macro i can change the background colour of a cell.
S Sunil Jayakumar May 16, 2005 #3 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. Click to expand... www.ayyoo.com/credit-cards.html
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. Click to expand... www.ayyoo.com/credit-cards.html