Hi,
I am using the Workbook_Open() to open a form that I've built in VBA. The Sub is very simple:
The only problem is when running this I get the![]()
Please Login or Register to view this content.
And it centers on the sub. I am assuming the problem has to do with the fact I haven't properly declared or instaniated the object/Form printerSettingsForm.Run-time error '424'
Object required
I tried goggling, but I couldn't find the proper technique to declare an object. So I was wondering how I could fix this problem?
Bookmarks