T
Troubled User
I am hiding a command button(s) with the following statement
CommandButton1.Visible = False
I then need to display all of the buttons on the page. I had tried:
Application.CommandBars("Control Toolbox").Controls("&Design Mode").Execute
CommandButton1.Visible = True
But that didn't work.
Thanks in advance for any help.
CommandButton1.Visible = False
I then need to display all of the buttons on the page. I had tried:
Application.CommandBars("Control Toolbox").Controls("&Design Mode").Execute
CommandButton1.Visible = True
But that didn't work.
Thanks in advance for any help.