Hi

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

hanski

Re: How to import contacts from a pst-file via VBA? by Russ

Russ
Tue Jul 15 13:29:55 PDT 2008

Ask in a programming group. Importing is always a poor choice for
transferring Outlook data, however.
--
Russ Valentine
[MVP-Outlook]
"hannu" <lappalainen.hannu@luukku.com> wrote in message
news:13c574bd-a528-488b-bc06-ca8c40e59106@2g2000hsn.googlegroups.com...
> Hi
>
> Is it possible to import automatically contacts from a outlook.pst
> file to another outlook.pst file in a different computer?
>
> hanski


Re: How to import contacts from a pst-file via VBA? by Michael

Michael
Tue Jul 15 13:43:57 PDT 2008



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:

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

Re: How to import contacts from a pst-file via VBA? by Brian

Brian
Tue Jul 15 13:39:19 PDT 2008

hannu <lappalainen.hannu@luukku.com> wrote:

> 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?
--
Brian Tillman [MVP-Outlook]


Re: How to import contacts from a pst-file via VBA? by hannu

hannu
Thu Jul 17 05:03:21 PDT 2008

On 15 hein=E4, 23:39, "Brian Tillman" <tillman1...@yahoo.com> wrote:
> hannu <lappalainen.ha...@luukku.com> wrote:
> > 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?
> --
> Brian Tillman [MVP-Outlook]

Brian, we have over hundred user and our staff changes quite often and
users can't (=3Dwon'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