R
rolfejr
I am looking for some general advice on how to accomplish a task. I
have a database of contacts in Microsoft Access. I want to write a VBA
script in Outlook to connect to this database and import these
contacts. The database isn't in the exact format I need, so I was
thinking of using ADO to connect to the database, creating a CSV the
way I need it on the fly, then importing that CSV into Outlook. I
would then like to deploy this script to several users in our company.
I am familiar enough with ADO, VBA, and the fileSystemObject to make
this work, but is this the best way to go about this? I also have no
idea how to deploy it. Thanks in advance for any advice.
have a database of contacts in Microsoft Access. I want to write a VBA
script in Outlook to connect to this database and import these
contacts. The database isn't in the exact format I need, so I was
thinking of using ADO to connect to the database, creating a CSV the
way I need it on the fly, then importing that CSV into Outlook. I
would then like to deploy this script to several users in our company.
I am familiar enough with ADO, VBA, and the fileSystemObject to make
this work, but is this the best way to go about this? I also have no
idea how to deploy it. Thanks in advance for any advice.