Moving inbox-items to personal folder

M

Michael Mueller

Hi.

I'm new to Outlook-VBA and I'm missing the macro-recorder (like in Excel).
So I thought I may ask here.

I would like to move the marked inbox-items to my personal folder (named
"archive").

How will this look like in VBA-code?

Thanks for your help.

Michi
 
K

Ken Slovak - [MVP - Outlook]

Where is "archive"? Is it located in the same PST file as your Inbox or in
another PST file? That would affect how the code would be written.

What version of Outlook?
 
M

Michael Mueller

Where is "archive"? Is it located in the same PST file as your Inbox or in
another PST file? That would affect how the code would be written.

What version of Outlook?

It's Outlook 2k3. The archive is another PST-file, which I use.

Michi
 
Top