Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
re the code below, the code will only execute if called
from a form when the spreadsheet is loading. If I call the code from a button on the sheet itself I obtain an error - "unable to set the colorindex property of the font class" I would love an explanation of the problems with the code Steve Sub Reveal_Cells(Rng As Range, Default_Value As Variant) Rng.Interior.ColorIndex = 19 Rng.Font.ColorIndex = 5 Rng.Value = Default_Value End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unable to set the values property of the series class | Excel Discussion (Misc queries) | |||
Unable to set the XValues property of the Series class | Charts and Charting in Excel | |||
Unable to set Bold property of the Font Class | Excel Programming | |||
Unable to set the colorIndex Property of the Interior Class Error | Excel Programming | |||
Unable to set the Locked Property of the Range Class | Excel Programming |