A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Can Outlook Calendar print out the month w/appointment DETAILS?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 12th 06, 04:34 PM posted to microsoft.public.outlook.program_vba
Guinevere
external usenet poster
 
Posts: 6
Default Can Outlook Calendar print out the month w/appointment DETAILS?

I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?
Ads
  #2  
Old September 12th 06, 04:41 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Can Outlook Calendar print out the month w/appointment DETAILS?

Have you tried the Calendar Details Style, which includes the message body in
the output?

BTW, this is a programming-only forum; further general questions should be
directed to microsoft.public.outlook.general (or microsoft.public.calendaring
for your topic).

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


"Guinevere" wrote:

I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?

  #3  
Old September 12th 06, 04:54 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Can Outlook Calendar print out the month w/appointment DETAILS?

See http://www.slipstick.com/addins/calendar.htm#print for Word macros that build printouts from Outlook calendar data. You could modify one of those.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Guinevere" wrote in message ...
I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?

  #4  
Old September 12th 06, 05:02 PM posted to microsoft.public.outlook.program_vba
Guinevere
external usenet poster
 
Posts: 6
Default Can Outlook Calendar print out the month w/appointment DETAILS

Thanks for responding. Yes, I did. The message body does not appear; the
only thing that prints is the text in the subject line. Again, I want a
page for all of, say October, with all details, and Maybe I'm missing
something, but I used every permutation possible in "Calendar Details."
Thanks for your the other forums.

"Eric Legault [MVP - Outlook]" wrote:

Have you tried the Calendar Details Style, which includes the message body in
the output?

BTW, this is a programming-only forum; further general questions should be
directed to microsoft.public.outlook.general (or microsoft.public.calendaring
for your topic).

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


"Guinevere" wrote:

I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?

  #5  
Old September 12th 06, 05:14 PM posted to microsoft.public.outlook.program_vba
Guinevere
external usenet poster
 
Posts: 6
Default Can Outlook Calendar print out the month w/appointment DETAILS

Thanks for getting back to me, Sue. Word macros that build printouts? I
don't have a clue, although I use macros in Word. Oh well.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.slipstick.com/addins/calendar.htm#print for Word macros that build printouts from Outlook calendar data. You could modify one of those.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Guinevere" wrote in message ...
I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?


  #6  
Old September 12th 06, 05:19 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Can Outlook Calendar print out the month w/appointment DETAILS

Well, since you posted in a programming forum, there's an assumption you're looking for a programmatic solution. Why not take a look at the macros?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Guinevere" wrote in message ...
Thanks for getting back to me, Sue. Word macros that build printouts? I
don't have a clue, although I use macros in Word. Oh well.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.slipstick.com/addins/calendar.htm#print for Word macros that build printouts from Outlook calendar data. You could modify one of those.

"Guinevere" wrote in message ...
I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?


  #7  
Old September 12th 06, 05:31 PM posted to microsoft.public.outlook.program_vba
Guinevere
external usenet poster
 
Posts: 6
Default Can Outlook Calendar print out the month w/appointment DETAILS

How do I go to the proper forum? I thought changing to "Calendar" would do
it, but apparently it has not.

"Sue Mosher [MVP-Outlook]" wrote:

Well, since you posted in a programming forum, there's an assumption you're looking for a programmatic solution. Why not take a look at the macros?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Guinevere" wrote in message ...
Thanks for getting back to me, Sue. Word macros that build printouts? I
don't have a clue, although I use macros in Word. Oh well.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.slipstick.com/addins/calendar.htm#print for Word macros that build printouts from Outlook calendar data. You could modify one of those.

"Guinevere" wrote in message ...
I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?


  #8  
Old September 12th 06, 05:49 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Can Outlook Calendar print out the month w/appointment DETAILS

The forum for Outlook calendar question is microsoft.public.outlook.calendaring, on the web at http://www.microsoft.com/office/comm....calendari ng

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Guinevere" wrote in message ...
How do I go to the proper forum? I thought changing to "Calendar" would do
it, but apparently it has not.

"Sue Mosher [MVP-Outlook]" wrote:

Well, since you posted in a programming forum, there's an assumption you're looking for a programmatic solution. Why not take a look at the macros?



"Guinevere" wrote in message ...
Thanks for getting back to me, Sue. Word macros that build printouts? I
don't have a clue, although I use macros in Word. Oh well.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.slipstick.com/addins/calendar.htm#print for Word macros that build printouts from Outlook calendar data. You could modify one of those.

"Guinevere" wrote in message ...
I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?


  #9  
Old September 12th 06, 06:03 PM posted to microsoft.public.outlook.program_vba
Guinevere
external usenet poster
 
Posts: 6
Default Can Outlook Calendar print out the month w/appointment DETAILS

"Been there, done that," I'm afraid. No one seems to have the answer.
Thanks again.

"Sue Mosher [MVP-Outlook]" wrote:

The forum for Outlook calendar question is microsoft.public.outlook.calendaring, on the web at http://www.microsoft.com/office/comm....calendari ng

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Guinevere" wrote in message ...
How do I go to the proper forum? I thought changing to "Calendar" would do
it, but apparently it has not.

"Sue Mosher [MVP-Outlook]" wrote:

Well, since you posted in a programming forum, there's an assumption you're looking for a programmatic solution. Why not take a look at the macros?



"Guinevere" wrote in message ...
Thanks for getting back to me, Sue. Word macros that build printouts? I
don't have a clue, although I use macros in Word. Oh well.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.slipstick.com/addins/calendar.htm#print for Word macros that build printouts from Outlook calendar data. You could modify one of those.

"Guinevere" wrote in message ...
I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?



  #10  
Old September 12th 06, 06:20 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Can Outlook Calendar print out the month w/appointment DETAILS

You actually got the answers here. It just sounds like you're not in a position to implement them.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Guinevere" wrote in message ...
"Been there, done that," I'm afraid. No one seems to have the answer.
Thanks again.

"Sue Mosher [MVP-Outlook]" wrote:

The forum for Outlook calendar question is microsoft.public.outlook.calendaring, on the web at http://www.microsoft.com/office/comm....calendari ng



"Guinevere" wrote in message ...
How do I go to the proper forum? I thought changing to "Calendar" would do
it, but apparently it has not.

"Sue Mosher [MVP-Outlook]" wrote:

Well, since you posted in a programming forum, there's an assumption you're looking for a programmatic solution. Why not take a look at the macros?



"Guinevere" wrote in message ...
Thanks for getting back to me, Sue. Word macros that build printouts? I
don't have a clue, although I use macros in Word. Oh well.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.slipstick.com/addins/calendar.htm#print for Word macros that build printouts from Outlook calendar data. You could modify one of those.

"Guinevere" wrote in message ...
I'd like to print out a month per page, but to include more than just the
subject. For instance, on the page for October I'd like to see the box for
Oct. 12 say "Report Due" (which is the subject) and then the text I input,
e.g., File in NJ for X, Inc. File in NY for Y, Inc. Is this possible?



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Print Calendar Details Without So Many Details? movilvr Outlook - Calandaring 0 July 18th 06 08:19 PM
appointment details in calendar selkie Outlook - Calandaring 2 June 2nd 06 02:58 PM
Calendar details format will not print. Briklyn Outlook - Calandaring 0 May 23rd 06 03:31 PM
Correct Outlook month calendar print style. Archon Anne Outlook - Calandaring 1 May 19th 06 01:33 PM
How do I print/view appointment start & end times on month Calende Kevin Outlook - Calandaring 1 April 13th 06 05:31 AM


All times are GMT +1. The time now is 06:10 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.