J
John Riddle
Hello,
I have a set of mail journaling macros in the "ThisOutlookSession" that ask
the user if they'd like to journal an item once the selection changes to a
new item. It works by Setting myExp = Application.ActiveExplorer at the
Application_Startup event. Then whenever the CurrentFolder is "Inbox", if
the selection changes it asks you if you'd like to journal the previous
item. All works well except that if the user has two explorers open, none of
the selection change events work. Therefore, the users might open a new
window as a contacts window and then switches it to the inbox and starts
reading emails, none of the events occur.
I've tried using the NewExplorer event to Set any new explorers as myExp,
but can't figure out a way to toggle setting myExp to whichever explorer is
the ActiveExplorer. There seems to be no reliable way to keep myExp set to
whichever Explorer is the Active Explorer. Can anyone give me suggestions?
Thanks,
John
I have a set of mail journaling macros in the "ThisOutlookSession" that ask
the user if they'd like to journal an item once the selection changes to a
new item. It works by Setting myExp = Application.ActiveExplorer at the
Application_Startup event. Then whenever the CurrentFolder is "Inbox", if
the selection changes it asks you if you'd like to journal the previous
item. All works well except that if the user has two explorers open, none of
the selection change events work. Therefore, the users might open a new
window as a contacts window and then switches it to the inbox and starts
reading emails, none of the events occur.
I've tried using the NewExplorer event to Set any new explorers as myExp,
but can't figure out a way to toggle setting myExp to whichever explorer is
the ActiveExplorer. There seems to be no reliable way to keep myExp set to
whichever Explorer is the Active Explorer. Can anyone give me suggestions?
Thanks,
John