View Single Post
  #1  
Old March 17th 06, 03:29 AM posted to microsoft.public.outlook.program_vba
Irene
external usenet poster
 
Posts: 3
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
Ads