1.

I Want To Add A Toolbar To My Spreadsheet That When Clicked, Brings Up Userform1?

Answer»

Assign the TOOLBAR button to this MACRO, which should be in a STANDARD VBA module:

  • SUB Show Form ()
  • Userform1.Show
  • End Sub

Assign the toolbar button to this macro, which should be in a standard VBA module:



Discussion

No Comment Found