E
Ed
How can I, through VBA, select which module is being displayed currently in
the Navigation Pane in Microsoft Outlook. For example, if if the Calender
module is displayed and I want to display the Folders List instead, what VBA
command would do that. (The NavigationPane.CurrentModule property is
read-only).
Also, when the Folders List is being displayed, how can I select which
folder is being displayed (i.e. active)? For example, if the Calendar is now
selected and I want to activate the Inbox, what code would do this? (To
clarify, to do this manually with the mouse, you'd just click on the Inbox
and it would shift the focus--that's what I want to do in VBA).
I'm using Outlook 2007.
the Navigation Pane in Microsoft Outlook. For example, if if the Calender
module is displayed and I want to display the Folders List instead, what VBA
command would do that. (The NavigationPane.CurrentModule property is
read-only).
Also, when the Folders List is being displayed, how can I select which
folder is being displayed (i.e. active)? For example, if the Calendar is now
selected and I want to activate the Inbox, what code would do this? (To
clarify, to do this manually with the mouse, you'd just click on the Inbox
and it would shift the focus--that's what I want to do in VBA).
I'm using Outlook 2007.