Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub TestForProtect()
Dim myrng As Range Dim c As Range Set myrng = Range("A1:B5") For Each c In myrng If c.Locked = False Then c.Interior.ColorIndex = 6 <<< R/T 1004 *** End If Next c End Sub *** Unable to set the Colorindex property of the Iterior Class... ???? How can I fix? TIA, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro code to put series name next to individual line in line grap | Charts and Charting in Excel | |||
Code to delete a Line in a another code | Excel Programming | |||
sumproduct bombs out | Excel Worksheet Functions | |||
Continue line of VBA code on the next line | Excel Programming | |||
Macro runs in Excel 2003, bombs in XP - Compatability question | Excel Programming |