A public in a code module should be truly global. Just try declaring any 2
variables with the same name as public.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Jiho Han" wrote in message
.com...
Would it matter where the variable is defined?
i.e.) ThisOutlookSession vs. your own module (not class)
The declaration would be something like this:
Global CurrentSession As ADODB.Connection