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
|