Is it possible to collapse a specific Outlook folder with VBA?
Example:
Result = Application.Session.Folders("MyOutlookApp").Folders("Folder_to_Collapse").Collapse = True
VBA to Collapse Specific Folder
-
- GoldLounger
- Posts: 2640
- Joined: 26 Jan 2010, 16:31
- Location: Southern California
VBA to Collapse Specific Folder
Regards,
John
John
-
- Administrator
- Posts: 79317
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: VBA to Collapse Specific Folder
Outlook VBA doesn't have support for collapsing or expanding folders in the navigation pane.
Best wishes,
Hans
Hans
-
- GoldLounger
- Posts: 2640
- Joined: 26 Jan 2010, 16:31
- Location: Southern California