JBShandrew
Board Regular
- Joined
- Apr 17, 2011
- Messages
- 54
Can some one please correct my incorrect syntax? I would like the cell that I am currently in to change the background color. This is what I have
.Range("C6:C15").ActiveCell.Interior.Color = RGB(255, 255, 0)
There are 9 cells, when I click in a cell or arrow down, or press the enter key to advance to the next cell in the range I would like it to be highlighted.
Thank you in advance,
Sincerely,
J.B.
.Range("C6:C15").ActiveCell.Interior.Color = RGB(255, 255, 0)
There are 9 cells, when I click in a cell or arrow down, or press the enter key to advance to the next cell in the range I would like it to be highlighted.
Thank you in advance,
Sincerely,
J.B.