View Single Post
  #2  
Old October 13th 06, 10:08 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Macro to Print Calendar

Sorry, this can't be done without building a custom print mechanism. The
only thing you can do in code with regards to printing in Outlook is to print
an individual item.

See this link for some possibly useful tools for you:

Calendar Tools for Microsoft Outlook:
http://www.slipstick.com/addins/calendar.htm#print

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Kryer" wrote:

I am new to outlook programming. I am trying to create a macro that would say
when a new calendar item (appointment, meeting request, etc...) is created,
saved and closed that a new daily calendar is printed out on close. Is this
something that is possible?

Ads