Open a User form by clicking a Button in Excel (VBA)
- Goto Developers Tab.
- Click on "Insert"
- Select Button (Form
Control)
- Right Click on the button
created and select "Assign Macro"
- Give the Macro Name and
select OK.
- Then add the following Macro
code:
Sub Button1_Click()
UserForm1.Show
End Sub
No comments:
Post a Comment
Thank You.
https://linwintech.blogspot.com/