Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How do I clear the color/shading of cells? Range("A1:B10").Interior.ColorIndex = 2 ...will make it white but I lose the gridlines. How do I incorporate the statement "Cells.ColorIndex = xlColorIndexNone" ? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("A1:B10").Interior.ColorIndex = xlNone
Always worth recording a macro - make the change then undo the change then take a look at the code. -- Cheers Nigel wrote in message oups.com... Hi, How do I clear the color/shading of cells? Range("A1:B10").Interior.ColorIndex = 2 ..will make it white but I lose the gridlines. How do I incorporate the statement "Cells.ColorIndex = xlColorIndexNone" ? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You guys are great! Hadn't thought of recording macros to view the
code... will check that from now on! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing a range of cells based on criteria in another range | Excel Worksheet Functions | |||
When entering data into a range of cells, select the entire range. | Excel Discussion (Misc queries) | |||
how to compute a range of cells based on another range of cells? | Excel Worksheet Functions | |||
how to compute a range of cells based on another range of cells? | Excel Worksheet Functions | |||
Copy a formula to a range of cells via VB6 using .Range(Cells(row,col), Cells(row,col)).Formula= statement | Excel Programming |