Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi everybody! I am trying to automatically insert an empty cell between colore cells! -- Each time I have a blue colored cell followed by a red colored cel in column A, I want an empty cell to be inserted between these cells. I tried to work something out, but all I can offer is this, whic determines the color. How do I get Excel to insert the cells throughou the whole column A??? THANKS FOR ANY HELP!!!! JVLennox Range("????").Select With Selection.Interior .ColorIndex = 5 .Pattern = xlSolid .PatternColorIndex = xlAutomatic End With Range("????").Select With Selection.Interior .ColorIndex = 3 .Pattern = xlSolid .PatternColorIndex = xlAutomatic End Wit -- JVLenno ----------------------------------------------------------------------- JVLennox's Profile: http://www.excelforum.com/member.php...fo&userid=3250 View this thread: http://www.excelforum.com/showthread.php?threadid=52318 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - cell borders not visible when cells colored | Excel Discussion (Misc queries) | |||
A macro that fishes for colored cells? | Excel Discussion (Misc queries) | |||
How to insert small colored dots or rectangles in cells of excel | Excel Discussion (Misc queries) | |||
Excel VBA not counting colored cells | Excel Programming | |||
Cell right next to colored cells is automatically colored on entering a value | Excel Programming |