O
onlyng
It must be trivial Watson but...
I tried this code to refer to an existing Option Button (placed in a
User Form):
Sub HelpMe
Dim oOpt as Control
Set oOpt = Me.Frame1.Controlls("OptionButton1")
...
End Sub
It compiles wiyhout error, but when run it returns error 1004
???
I tried this code to refer to an existing Option Button (placed in a
User Form):
Sub HelpMe
Dim oOpt as Control
Set oOpt = Me.Frame1.Controlls("OptionButton1")
...
End Sub
It compiles wiyhout error, but when run it returns error 1004
???