Macro to HTML?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to have a macro or something similar run to automatically make
the calendar into the html page? thanks for any help.

adam
 
Thank sue for the quick response. however, i am not sure which one would
apply to outlook 2003. i might need to clarify what i want to do. we run a
IIS intranet site, and would like to have our calendars automatically
exported say every 2 or 3 days. i wasnt sure if you can setup a macro in
outlook that automatically saves the calendar into a webpage format, and
possible have it run when outlook gets opened. thanks again, adam...
 
You'll have to decide which of the available methods can best be adapted to
your needs. There's nothing in Outlook out-of-the-box to do this.

You can run code when Outlook starts by putting it in the
Application_Startup procedure in the built-in ThisOutlookSession module in
VBA. However, if you're looking for a solution for your whole organization,
a COM add-in or one of the solutions listed on the
http://www.slipstick.com/calendar/olpubcal.htm page I suggested would be
more robust.
 
Back
Top