Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following code works when run from a Module, but not when it's run from the
Worksheet_Activate area - can you tell me why? (the Shapes are Check Boxes from the Forms toolbar) Private Sub Worksheet_Activate() For i = 1 To 8 ActiveSheet.Shapes("cbx" & i).OLEFormat.Object.Text = Range("myYear") Next End Sub Thanks in advance Trevor Williams |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet_Activate - conditional use | Excel Programming | |||
Worksheet_Activate | Excel Programming | |||
Worksheet_Activate event question | Excel Programming | |||
Worksheet_Activate | Excel Programming | |||
Worksheet_Activate | Excel Programming |