![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do I change navigation pane in calendar view? | mjw658 | Outlook - Calandaring | 5 | March 13th 06 07:08 PM |
Views in Navigation Pane | Colin G | Outlook - Using Contacts | 0 | February 10th 06 10:40 AM |
outlook navigation pane | jim b | Outlook - Installation | 1 | February 9th 06 05:56 PM |
Outlook 2003 Navigation pane icons | Tony | Outlook - General Queries | 3 | February 3rd 06 08:18 PM |
Navigation Pane refresh with calendar change | fetch98 | Outlook - Calandaring | 0 | January 19th 06 09:56 PM |