PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming navigation pane question

Reply

navigation pane question

 
Thread Tools Rate Thread
Old 17-03-2006, 02:29 AM   #1
=?Utf-8?B?SXJlbmU=?=
Guest
 
Posts: n/a
Default navigation pane question


this peace of code shows the folder list in the navigation pane. Is there
anyway to show the calendar pane view, where you can select multiple
calendars.

Const olFolderList = 2
Set objExpl = Application.ActiveExplorer
If Not (objExpl.IsPaneVisible(olFolderList)) Then
objExpl.ShowPane olFolderList, True
End If
Thanks,

Irene
  Reply With Quote
Old 17-03-2006, 06:31 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: navigation pane question

Am Thu, 16 Mar 2006 18:29:27 -0800 schrieb Irene:

Irene, that´s interesting. FolderList=False and NavigationPane=true should
do it - but it doesn´t immediately. It seems to be necessary that you also
switch to another folder, e.g. Contacts, and then switch back.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


> this peace of code shows the folder list in the navigation pane. Is there
> anyway to show the calendar pane view, where you can select multiple
> calendars.
>
> Const olFolderList = 2
> Set objExpl = Application.ActiveExplorer
> If Not (objExpl.IsPaneVisible(olFolderList)) Then
> objExpl.ShowPane olFolderList, True
> End If
> Thanks,
>
> Irene

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off