navigation pane question

G

Guest

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
 
M

Michael Bauer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top