P
papa
I have been reading about VBA so I can do some code stuff
in Excel. I have followed the following example out of a
book on 2 different computers - but it does not work.
What I have is:
Private Sub CmdClickMe_Click()
frmCH01.Caption = "I have a new caption!"
MsgBox "The caption has been changed."
End Sub
What I get is:
Run-time error 424
Object required.
I don't understand what the problem is.
TIA
papa
in Excel. I have followed the following example out of a
book on 2 different computers - but it does not work.
What I have is:
Private Sub CmdClickMe_Click()
frmCH01.Caption = "I have a new caption!"
MsgBox "The caption has been changed."
End Sub
What I get is:
Run-time error 424
Object required.
I don't understand what the problem is.
TIA
papa