Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think this is what you wish to do (This is the code behind a button):
Private Sub CommandButton2_Click() If CommandButton2.Caption = "Second Step" Then CommandButton2.Caption = "First Step" Call SecondStep ElseIf CommandButton2.Caption = "First Step" Then CommandButton2.Caption = "Second Step" Call FirstStep End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command button to toggle worksheet event code on / off? | Excel Discussion (Misc queries) | |||
Sub() calling Sub()'s in the "worksheet event code€ť passing toggle | Excel Programming | |||
Adding .xla button for Toggle Calculation Button | Excel Programming | |||
commands button | Excel Programming | |||
toggle button & event code | Excel Programming |