Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using this code to clear the interior colour of all
the worksheets in my workbook. When I run it, I get an run time error 1004 "Unable to set Color Index Property of Inerior Class. Why is this happening? Answer = MsgBox(Prompt:="You have decided to print a colour map. Accordingly, this routine will change all your current formatting in the model to white in order to colour it effectively. Please note that this will also take out the existing conditionl formatting in the spreadsheet.", Buttons:=vbYesNo + vbQuestion) If Answer = vbYes Then 'Change colour index to white 'Also take out conditional formatting For Each sh In ActiveWorkbook.Worksheets sh.Cells.Interior.ColorIndex = xlNone sh.Cells.FormatConditions.Delete Next sh End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing cells without clearing formulas | Excel Discussion (Misc queries) | |||
colours in spread sheets | Excel Discussion (Misc queries) | |||
Excel 2003 font colours and cell colours | Excel Discussion (Misc queries) | |||
Select All Sheets and clear Interior Cell colours | Excel Programming | |||
Code to change interior colour only if current interior colour is | Excel Programming |