Thread
:
NoFill range of cells
View Single Post
#
2
Posted to microsoft.public.excel.programming
Richard Buttrey
external usenet poster
Posts: 296
NoFill range of cells
On 12 Aug 2005 11:36:17 -0700,
wrote:
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" ?
Range("A1:B10").Interior.ColorIndex = 0
Rgds
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
Reply With Quote
Richard Buttrey
View Public Profile
Find all posts by Richard Buttrey