![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hey,
I want outlook to start up my Search Folder named "For Follow Up" showing up as the default view. I am truly a beginner and am trying to hack this together. The code below will switch the view to "standard" folders underneath the Inbox, but not to a Search Folder. Does any one have any ideas on how to change my view to a Search Folder named "For Follow Up"? Thanks for any help, Luke Dim myolApp As Outlook.Application Dim myNamespace As Outlook.NameSpace Set myolApp = CreateObject("Outlook.Application") Set myNamespace = myolApp.GetNamespace("MAPI") Set myFolder = _ myNamespace.GetDefaultFolder(olFolderInbox) Set myolApp.ActiveExplorer.CurrentFolder = _ myFolder.Folders("For Follow Up") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lost "Unread" Search Folder | Beach Runner | Outlook - General Queries | 1 | August 31st 06 02:39 AM |
PST views - Can I hide "Search Folders" and "Deleted Items"? | Rob | Outlook - General Queries | 1 | August 25th 06 07:41 PM |
Globally changing "File As" format for an Outlook Contact Folder | DJS | Outlook - Using Contacts | 2 | June 30th 06 11:32 PM |
Can I start the "Weekly" view on a Sunday | Tantrums | Outlook - Calandaring | 1 | March 23rd 06 07:39 PM |
In Table View can I group by "Date" instead of "Start" | KLM | Outlook - Calandaring | 1 | January 11th 06 04:52 AM |