home | get Sue’s code | forums | share code | registration

More Outlook Resource Sites

Microsoft Developer Network (MSDN)

FAQs and other general resources

Login

login
password
Remember me

You will need to register and log in if you want to download the source code for the Microsoft Outlook Programming book. The forums and code sharing areas are open to both registered and non-registered visitors.

share code 09-Feb-2010 09:24

Looking for help with Outlook programming projects — VSTO, add-ins, VBA, custom Outlook forms, etc.? You′ve come to the right place!

NEW! >> Subscribe to this site via RSS. For more RSS options, see the complete list of feeds on our main news page.

 

Code level: beginner    Code area: Basic Outlook Printer Friendly Version
Title: Print appointment with attendee status
Description: A modification of Sue's solution in 24 Hours, 1999. This version does not use a template in order to keep deployment simpler. You need to add a reference to Word in your Outlook project. This generates an address book access warning.
Date: 15-Nov-2002  03:45
Code level: beginner
Code area: Basic Outlook
Posted by: John Retherford
Body:
All 20comments
Page [ 1 2 Next >>  
  15-Nov-2002  11:47   
Great sample, John, especially for people who want to know more about pushing text into Word. Another variation would be to insert a table and put the data into table cells, so that it all lines up very neatly.
  21-Jan-2003  02:50   
It prompts "Compile error: User-defined type not defined" message. It is stopped at

"Dim objWord As Word.Application" line.



Can you teach me how to run this macro? I am using Office XP.
  04-Mar-2003  21:32   
That error would usually indicate that you haven't added a reference to the Microsoft Word library to your project. If this is VBA, use Tools | References.
  28-Apr-2003  22:31   
I wrote a similar macro but copied the meeting info and all attendee info to the clipboard so the organizer can put it anywhere. Very useful when the person asking for the info isnt in the same physical area and you want to share via email
  07-May-2003  17:53   
Nice variation, Nancy! Would you might posting it here?
  23-Apr-2005  19:45   
I'm not getting an error message, (although I did get the access warning) but nothing prints. The debug highlights the very first line. Do I need to put something above "Sub PrintAapptAttendee()" ?
Thanks.
  23-Apr-2005  19:58   
I spoke too soon. For whatever reason, it didn't send to the printer, bit it did put the info into Word. I'm more than happy to just have to click on Print. Thanks so much for this code.
  22-Sep-2005  13:38   
From Microsoft OUTLOOK 2000 and Internet Explorer 2000, All print on the screen comes out in ITALICS
  22-Mar-2006  03:40   
This code was fantastic, saved me a TON of time on extracting responses to a meeting request (over 150 responses). I really needed the data in Excel, but it was simple enough to copy/paste. Great job and THANK YOU!
  25-Sep-2006  13:20   
How can we get the Item Organizer of an appointment from inside of a form?
Page [ 1 2 Next >>  
Post your comment



name        email