Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi folks: I've been trying to work on some code that would color, let's say 30 consecutive cells on the same row if the firt one is not empty. Something like... range("A5").select if activecell.select < "" then "color the 30 cells on that row to the right of A5" activecell.offset (0,1).select and keep testing until cell is "blank" Any help would be appreciated. ![]() -- halem2 ------------------------------------------------------------------------ halem2's Profile: http://www.excelforum.com/member.php...fo&userid=9930 View this thread: http://www.excelforum.com/showthread...hreadid=502237 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change the color of a range of cells | New Users to Excel | |||
change the color of a range of cells | Excel Discussion (Misc queries) | |||
color a range of cells based on a criteria | Excel Discussion (Misc queries) | |||
Formula to count the cells in a range that have a fill color. | Excel Discussion (Misc queries) | |||
Changing color on a range of cells | Excel Programming |