![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
i want to print my calendar and task list when i boot/reboot my pc first
thing when i arrive at the office -- automatically, as part of the boot/startup process. |
Ads |
#2
|
|||
|
|||
![]()
Hi Steven. Have you started coding your approach yet? I'd be more than
happy to help with any specific requests. If you need a push, take a look at the Application_Startup event in the ThisOutlookSession module within your Outlook VBA Editor. Code within this area will run everytime Outlook starts. You can also start Outlook with the command line parameter /autorun "Macro Name" to run a specific procedure. Note though that the only thing you can do with the Outlook Object Model is Item.PrintOut; there is no method for printing an entire calendar or list of tasks, but you can automate menu items and toolbar buttons using CommandBarButton.Execute (such as File - Print) . There are other printing alternatives listed he Calendar Printing Tools for Outlook: http://www.slipstick.com/addins/calendar_print.asp -- Eric Legault [MVP - Outlook] MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007 & WSS 3.0 Application Development) Collaborative Innovations NEW! - Try Picture Attachments Wizard 2.0 For Microsoft Outlook - Web: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault "Steven Takle, Fridley, MN" wrote in message ... i want to print my calendar and task list when i boot/reboot my pc first thing when i arrive at the office -- automatically, as part of the boot/startup process. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how can outlook calendar appear upon startup of my pc? | aliaa | Outlook - Calandaring | 1 | November 25th 06 06:48 PM |
Multi calendar at outlook startup | Dan | Outlook - Calandaring | 1 | November 9th 06 11:15 PM |
Outlook Calendar to open on Startup | dmc | Outlook and VBA | 6 | July 21st 06 05:39 PM |
OUtlook Calendar on Startup | dmc | Outlook - Installation | 1 | July 19th 06 12:49 AM |
Outlook will not accept change to startup Calendar View | Rick Eifler | Outlook - Installation | 1 | April 8th 06 06:45 PM |