Outlook

V

Vaisakh

Hi
i want to update my outlook calendar entries from an excel file whi is in a particular folder....it should be an automated process....whenever thw user starts outlook there the macro or something will run in background and update the calendar entry in outlook....can anybdy hel me out
 
K

Ken Slovak - [MVP - Outlook]

You can look at www.outlookcode.com for examples of working with Excel data
in Outlook, or you can google for lots of examples of that.

For this to run on Outlook startup you would want a macro called by the
Application_Startup() event in the ThisOutlookSession class module.

If this is for distribution to others you are better off using a COM addin,
since Outlook VBA macros don't deploy very well.
 

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