How do I use vba to invoke Export/Import wizard functionality?

D

DLipkie

I would like to write a vba macro that does the equivalent of
File | Import Export ... | Export to a File | Pst format | <folder of my
choice> | <to file of my choice>

Basically I'd like to be able to export a subset of the current Personal
Folders to individual pst files in a specified directory.

The two "parameters/variables" to my macro would be "fldToBeExported",
"fullyQualifiedPSTFileName".

Daniel
 
D

DLipkie

If I use
AddStore "c:\temp\test.pst"
to create a new test.pst

1) If I do the above the new store has the name "Personal Folders". How can
I change the name of the store from "Personal Folders"?
2) How can I copy folders from the default personal store "Personal Folders"
to the new store "Personal Folders"?

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top