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:
Sub showxlst()
UserForm1.Show
End Sub
Yes, the form is called UserForm1 So what am I...