Private Sub CommandButton1_Click()
Static onoff As Boolean
onoff = Not onoff
CommandButton1.Caption = -CInt(onoff)
End Sub
pete
|
Results 1 to 11 of 11
Thread: Solved - Toggle Button CodeThreaded View
|
Click Here to Expand Forum to Full Width |