![]() |
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 |
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 |
All times are GMT +1. The time now is 03:09 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com