Roderick_E
Well-known Member
- Joined
- Oct 13, 2007
- Messages
- 2,051
Excel 2016
Trying to simply use a Userform in Personal.xlsb (binary) Personal workbook but when I run the personal macro to show the form, it throws up popup, "Object Required"
Code I'm using is simple:
Yes, the form is called UserForm1 So what am I missing to make this work? Thanks
Trying to simply use a Userform in Personal.xlsb (binary) Personal workbook but when I run the personal macro to show the form, it throws up popup, "Object Required"
Code I'm using is simple:
Code:
Sub showxlst()
UserForm1.Show
End Sub
Yes, the form is called UserForm1 So what am I missing to make this work? Thanks