button control on Forms toolbar

  • Thread starter Thread starter Greg Goralski
  • Start date Start date
G

Greg Goralski

Due to an inadvertent mouse pad action, I seemed to have
removed the 'button' control from the Forms toolbar.
(note: this is the control used to associate a macro with
a button on an excel worksheet) Does anyone know how to
perform a restore on the Forms toolbar in hopes of
restoring the button control? Any other ideas?

thanks,
-greg


(e-mail address removed)
 
Hi Greg

Open the forms toolbar fist
View>Toolbars..Customize

On the commands tab choose forms
Now drag the button that is in the list to the right to
your forms toolbar
 
Or with code

Sub test()
Application.CommandBars("Forms").Reset
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top