Hi
The following code below is part of a VBA procedure I have. It moves messagesa with a certain subj. to a folder.
In the line marked "**", I was wondering however, how you change this code to save msgs in a subfolder of Test.
The following code below is part of a VBA procedure I have. It moves messagesa with a certain subj. to a folder.
In the line marked "**", I was wondering however, how you change this code to save msgs in a subfolder of Test.
Code:
Set olApp = New Outlook.Application
Set olNs = olApp.GetNamespace("MAPI")
Set Fldr = olNs.GetDefaultFolder(olFolderInbox)
** Set MoveToFldr = Fldr.Folders("Test") 'Outlook folder