PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins Outlook

Reply

Outlook

 
Thread Tools Rate Thread
Old 09-07-2008, 10:48 AM   #1
Vaisakh
Guest
 
Posts: n/a
Default Outlook


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

  Reply With Quote
Old 09-07-2008, 02:49 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: 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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Vaisakh" <vaisakh@explorerpublishing.com> wrote in message
news:OVN5oka4IHA.3484@TK2MSFTNGP05.phx.gbl...
> 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
>


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off