While developing code, I deleted the code I was working on.
ThisOutlookSession was somehow deleted and replaced with "Module2". Every time I boot up VBA now, I get a warning saying that the program does not trust Module2.
I can get ThisOutlookSession back as a separate Class Module, but not the same type as it was previously.
Is there a way to restore ThisOutlookSession to default status?
I am running Outlook 2010 w/VBA on an XP system.