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

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

Sub ShowForm ()
Userform1.Show
End Sub
Submitted by: Administrator

Read Online Microsoft Excel Job Interview Questions And Answers