tinkythomas
Active Member
- Joined
- Dec 13, 2006
- Messages
- 432
Hi,
I have a class that I instantiate in the Workbook_Open event in the ThisWorkbook module. How do I properly reference it outside the module? I have tried MyClass.Property syntax but intellisense doesn't pop up with the property name after I type the period like it should do. This leads me to believe that I'm not referencing properly?
Any help would be appreciated.
Regards,
I have a class that I instantiate in the Workbook_Open event in the ThisWorkbook module. How do I properly reference it outside the module? I have tried MyClass.Property syntax but intellisense doesn't pop up with the property name after I type the period like it should do. This leads me to believe that I'm not referencing properly?
Any help would be appreciated.
Regards,