Answers

Question and Answer:

  Home  MS Excel

⟩ I want to add a toolbar to my spreadsheet that when clicked, brings up Userform1?

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

Sub ShowForm ()

Userform1.Show

End Sub

 209 views

More Questions for you: