daverskully
New Member
- Joined
- Nov 16, 2010
- Messages
- 15
Hey all, first time here. I'm having a little trouble opening a userform in excel. I've never created a userform before. I have some experience in MS Access, but not much in Excel. The userform I've created is an interface to help users easily enter information, which is then transferred to a worksheet when they click a button. Everything works fine, but I do not know how to run this userform so that it comes up when in a worksheet.
Optimally, I would like to have a button in a worksheet that a user could click on to open this userform window, where they could then enter their info. I keep seeing the following code for doing this, but as a beginner, I do not know exactly how to implement it.
Sub ShowForm()
Form1.Show
End Sub
Any help would be greatly appreciated.
Dave
Optimally, I would like to have a button in a worksheet that a user could click on to open this userform window, where they could then enter their info. I keep seeing the following code for doing this, but as a beginner, I do not know exactly how to implement it.
Sub ShowForm()
Form1.Show
End Sub
Any help would be greatly appreciated.
Dave