Why does this give me a runtime error 424 ... object required
VB Code:
Public Sub Opt(chkbox As CheckBox) If chkbox.Value = False Then chkbox.Caption = "Add" ElseIf chkbox.Value = True Then chkbox.Caption = "Option" End If End Sub
Seahag
|
Results 1 to 3 of 3
Thread: Working with ObjectsThreaded View
|
Click Here to Expand Forum to Full Width |