Import data into Outlook

  • Thread starter DRIESSEN Michel
  • Start date
D

DRIESSEN Michel

Hello,

I want to import data into Outlook, starting from a CSV-file, created by
another software. The CSV-file contains data for the agenda.

I want to do in an automatic way. I want Outlook to check every 10 minutes
if a CSV-files exist in a certain folder.
If so, the file has to be imported into Outlook after the which the file has
to be deleted.

To my opinion, a macro has to be used to do this. But can anyone tell me how
to make macros for Outlook ?
In the menues, I only can find an item to execute macros, not to build them.

I hope that someone can help me.

Thank you very much in advance.

Michel D.
Genk (Belgium)
 
R

Roady [MVP]

You can't record Macro's in Outlook. You'll need to use the VBA editor. If
you need help with the code check with the developers in the
outlook.program_vba newsgroup or take a look at www.outlookcode.com

--
Robert Sparnaaij [MVP-Outlook]
www.howto-outlook.com

Tips of the month:
-What do the Outlook Icons Mean?
-Create an Office 2003 CD slipstreamed with Service Pack 1
 
Top