How to import contacts from a pst-file via VBA?

H

hannu

Hi

Is it possible to import automatically contacts from a outlook.pst
file to another outlook.pst file in a different computer?

hanski
 
R

Russ Valentine [MVP-Outlook]

Ask in a programming group. Importing is always a poor choice for
transferring Outlook data, however.
 
B

Brian Tillman

hannu said:
Is it possible to import automatically contacts from a outlook.pst
file to another outlook.pst file in a different computer?

Why not simply transfer the entire PST, open it in Outlook, and take what
you want from it?
 
M

Michael Bauer [MVP - Outlook]

You can add another file with the AddStore method, then iterate though a
contact folder of it, and copy or move found items to the default store.

Please use for programming related questions e.g.:
microsoft.public.outlook.program_vba

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 15 Jul 2008 05:47:03 -0700 (PDT) schrieb hannu:
 
H

hannu

Why not simply transfer the entire PST, open it in Outlook, and take what
you want from it?

Brian, we have over hundred user and our staff changes quite often and
users can't (=won't) learn how to import contacts allthough I have
teached them it many,many times. So, I want only to make me less to
do;)

hanski
 

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