logius
New member
- Aug 23, 2001
- 13
Okay, here's the setup: I've got an .XLS file storing a set of macros (modules) and a single userform (called UserForm1). Now, I'm invoking the macros from another worksheet that I opened in Excel and I'm trying to load the userform that I created:
but everytime I try, I get the same error:
Run-time error '424'
Object Required
Can someone help me out here? I'm getting annoied with this thing.
Code:
Sub ShowMyForm()
UserForm1.Show
End Sub
Run-time error '424'
Object Required
Can someone help me out here? I'm getting annoied with this thing.