Thanks JP but I need the folders from a Personal folder PST file and I am not sure how to code it with the following path:
P:\PST\TestDataFile\TestDataFileNAME\TestDataFileNAMEfolder
I guess I am not clear on what would change in the code you posted - see below for the specific line I am referring to. For instance would (olFolderInbox) remain the same and if now what would it change to ? I may be able to get there with the following folders once I get started with the intial part of the code.
Set fldr = Outlook.Session.GetDefaultFolder(olFolderInbox).Folders("My Messages").Folders("My Folder")
Thanks for the help. Any advice on this ?