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 - Calandaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

how do I print a day of my calendar that includes the categories?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 11th 06, 07:19 PM posted to microsoft.public.outlook.calendaring
Roy
external usenet poster
 
Posts: 26
Default how do I print a day of my calendar that includes the categories?

I would like to print a day of my calendar that includes all of that days
events and at least the subject and the categories I have assigned to each
event. I went throug the help menu, but couldn't find anything on how to
include the categories when it prints. Any ideas?
  #2  
Old May 11th 06, 07:33 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default how do I print a day of my calendar that includes the categories?

The Calendar Details style should include all the information about each appointment.

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

"Roy" wrote in message ...
I would like to print a day of my calendar that includes all of that days
events and at least the subject and the categories I have assigned to each
event. I went throug the help menu, but couldn't find anything on how to
include the categories when it prints. Any ideas?

  #3  
Old May 11th 06, 10:12 PM posted to microsoft.public.outlook.calendaring
Roy
external usenet poster
 
Posts: 26
Default how do I print a day of my calendar that includes the categori

Hey Sue,

I have Outlook 2002, and if I print in Calendar Details style it does not
include the categories, and if I click on define styles there is no option to
include the categories

Thanks,
Roy

"Sue Mosher [MVP-Outlook]" wrote:

The Calendar Details style should include all the information about each appointment.

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

"Roy" wrote in message ...
I would like to print a day of my calendar that includes all of that days
events and at least the subject and the categories I have assigned to each
event. I went throug the help menu, but couldn't find anything on how to
include the categories when it prints. Any ideas?


  #4  
Old May 11th 06, 11:21 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default how do I print a day of my calendar that includes the categori

Drat. I was sure that it did. But I've been wrong plenty of times before. If that's the case, you may have to go to a code solution. My sample at http://www.outlookcode.com/codedetail.aspx?id=24 would be a good place to start if you don't mind tinkering with VBA a little bit. It doesn't currently include Categories, but you could easily replace Location with Categories if you didn't want to add a column.

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

"Roy" wrote in message ...
Hey Sue,

I have Outlook 2002, and if I print in Calendar Details style it does not
include the categories, and if I click on define styles there is no option to
include the categories

Thanks,
Roy

"Sue Mosher [MVP-Outlook]" wrote:

The Calendar Details style should include all the information about each appointment.


"Roy" wrote in message ...
I would like to print a day of my calendar that includes all of that days
events and at least the subject and the categories I have assigned to each
event. I went throug the help menu, but couldn't find anything on how to
include the categories when it prints. Any ideas?


  #5  
Old May 12th 06, 02:11 PM posted to microsoft.public.outlook.calendaring
Roy
external usenet poster
 
Posts: 26
Default how do I print a day of my calendar that includes the categori

Hey Sue.

Sorry. I went to the link and it's way out of my league (I suppose the fact
that I have no idea what VBA is should have tipped me off). I'm pretty good
at following through through with specific instructions if it's assumed I
know nothing about programming. You know: click on file. Choose New mail
message etc...

"Sue Mosher [MVP-Outlook]" wrote:

Drat. I was sure that it did. But I've been wrong plenty of times before. If that's the case, you may have to go to a code solution. My sample at http://www.outlookcode.com/codedetail.aspx?id=24 would be a good place to start if you don't mind tinkering with VBA a little bit. It doesn't currently include Categories, but you could easily replace Location with Categories if you didn't want to add a column.

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

"Roy" wrote in message ...
Hey Sue,

I have Outlook 2002, and if I print in Calendar Details style it does not
include the categories, and if I click on define styles there is no option to
include the categories

Thanks,
Roy

"Sue Mosher [MVP-Outlook]" wrote:

The Calendar Details style should include all the information about each appointment.


"Roy" wrote in message ...
I would like to print a day of my calendar that includes all of that days
events and at least the subject and the categories I have assigned to each
event. I went throug the help menu, but couldn't find anything on how to
include the categories when it prints. Any ideas?


  #6  
Old May 12th 06, 02:32 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default how do I print a day of my calendar that includes the categori

It's not too hard. If you need VBA Basics, see http://www.outlookcode.com/d/vbabasics.htm

Once you have VBA working, copy and paste the code sample into the ThisOutlookSession module in Outlook VBA, then replace Location with Categories in the code.

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

"Roy" wrote in message ...
Hey Sue.

Sorry. I went to the link and it's way out of my league (I suppose the fact
that I have no idea what VBA is should have tipped me off). I'm pretty good
at following through through with specific instructions if it's assumed I
know nothing about programming. You know: click on file. Choose New mail
message etc...

"Sue Mosher [MVP-Outlook]" wrote:

Drat. I was sure that it did. But I've been wrong plenty of times before. If that's the case, you may have to go to a code solution. My sample at http://www.outlookcode.com/codedetail.aspx?id=24 would be a good place to start if you don't mind tinkering with VBA a little bit. It doesn't currently include Categories, but you could easily replace Location with Categories if you didn't want to add a column.

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

"Roy" wrote in message ...
Hey Sue,

I have Outlook 2002, and if I print in Calendar Details style it does not
include the categories, and if I click on define styles there is no option to
include the categories

Thanks,
Roy

"Sue Mosher [MVP-Outlook]" wrote:

The Calendar Details style should include all the information about each appointment.


"Roy" wrote in message ...
I would like to print a day of my calendar that includes all of that days
events and at least the subject and the categories I have assigned to each
event. I went throug the help menu, but couldn't find anything on how to
include the categories when it prints. Any ideas?


 




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
how do i print a 7-day mnthly calendar, not half-sized wknds? Dollar Bill Outlook - Calandaring 0 April 30th 06 09:23 PM
calendar: print a day with attendees Frank Peter Outlook - Calandaring 0 April 17th 06 09:11 AM
calendar: print a day with attendees Frank Peter Outlook - Calandaring 0 April 8th 06 09:54 AM
Outlook-Categories-Print labels by categories jazzed4life Outlook - Using Contacts 3 March 21st 06 10:08 AM
How do you print a calendar with only the personal categories? svmd63 Outlook - Calandaring 1 March 19th 06 11:33 PM


All times are GMT +1. The time now is 10:39 AM.


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