Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a series of 30 check boxes with the designation of...
ActiveSheet.Shapes("PC 1").Select With Selection .Value = xlOff .LinkedCell = "" .Display3DShading = True End With I found that I could replace the above code with just.... [PC 1] = xlOff [PC 2] = xlOff....etc I then tried to use a For/Next Loop to turn off all 30 boxes with .... For I = 1 to 30 ["PC "&I] = xlOff Next I This failed with a message that says object required. Any Thoughts..... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error: Object required | Excel Programming | |||
Object Required Error | Excel Programming | |||
424 Object required error | Excel Programming | |||
Object Required Error | Excel Programming | |||
Syntax Error Runtime Error '424' Object Required | Excel Programming |