Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do I use one command button to hide another command button?
|
#2
![]() |
|||
|
|||
![]()
Something like:
Option Explicit Private Sub CommandButton1_Click() Me.CommandButton2.Visible = Not (Me.CommandButton2.Visible) End Sub will toggle commandbutton2's visibility. Natalie wrote: How do I use one command button to hide another command button? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide button from Template | Excel Discussion (Misc queries) | |||
Command Button VBA code | Excel Discussion (Misc queries) | |||
How to assign a macro to a commnd button | Excel Discussion (Misc queries) | |||
command button moves | Excel Discussion (Misc queries) | |||
How do I setup a spin button in excel | Excel Discussion (Misc queries) |