P
Peter Marchert
Hello,
I want to open the current explorer in a new window.
Set objExplorer =
objExplorers.Add(Outlook.Session.GetDefaultFolder(olFolderCalendar),
olFolderDisplayFolderOnly)
objExplorer.Display
The code above works fine, but if I try this code for the current
folder nothing happens :-(
Set objExplorer =
objExplorers.Add(Outlook.ActiveExplorer.CurrentFolder,
olFolderDisplayFolderOnly)
objExplorer.Display
What can I do?
Peter
I want to open the current explorer in a new window.
Set objExplorer =
objExplorers.Add(Outlook.Session.GetDefaultFolder(olFolderCalendar),
olFolderDisplayFolderOnly)
objExplorer.Display
The code above works fine, but if I try this code for the current
folder nothing happens :-(
Set objExplorer =
objExplorers.Add(Outlook.ActiveExplorer.CurrentFolder,
olFolderDisplayFolderOnly)
objExplorer.Display
What can I do?
Peter