Is there an Outlook VBA "Import" command?

G

Guest

I frequently move "Contacts" data from Access to Outlook using the import
command. Can this be automated using a VBA "import" command?

Or, put another way, obviously the process itself can obviously be automated
using VBA. But, all the sample code I've seen to do this involves writing
loops that go through the Access database involved one record and one field
at a time and write that record's fields to Outlook's contacts folder. It
would be much simpler for me if I could just write a macro that reproduced
the effect of the following commands in Outlook:

File | Import and Export | Import from another file or program | Microsoft
Access -- etc.

Is this possible? Does such a command exist?
 
G

Guest

Thank you. Nothing like a clear and concise answer. I sort of suspected
that such a command might not exist, because I looked hard for it and could
not find it.

But, back when I used to use the Paradox database, it had a set of
import/export commands; I thought it was worth asking about Outlook and VBA.

Thank you for taking the time to reply.
 
Top