Thanks Sue. I'm not a programmer, but will look it over. Is this something
that can be done in VBS? I'm teaching myself that right now.
Dave
Yes, the sample code is VBA, because it's just easier to prototype there, it
could be converted to VBScript quite easily. Note the requirement for CDO
1.21.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks Sue. I'm not a programmer, but will look it over. Is this
> something
[quoted text clipped - 8 lines]
>> It is possible, however, to script the setting of Calendar labels -- see
>> http://www.outlookcode.com/codedetail.aspx?id=757 .
>> >I know how to change the label names. Is there a way to set the same
> label
[quoted text clipped - 3 lines]
>> > this.
>> > Any suggestions?
Dave - 18 Feb 2005 19:52 GMT
I looked over the code in your example. I'm lost. Guess I need to learn
how to program. How do you find out if you have CDO 1.21? I have Office
2003.
> Yes, the sample code is VBA, because it's just easier to prototype there, it
> could be converted to VBScript quite easily. Note the requirement for CDO
[quoted text clipped - 20 lines]
> >> > this.
> >> > Any suggestions?
Sue Mosher [MVP-Outlook] - 18 Feb 2005 20:02 GMT
Yes, as an admin, you shouldn't be thinking about running code against your
users' machines that you don't understand yourself.
You can run Office setup and look under the Outlook components to see if CDO
is installed.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I looked over the code in your example. I'm lost. Guess I need to learn
> how to program. How do you find out if you have CDO 1.21? I have Office
[quoted text clipped - 29 lines]
>> >> > this.
>> >> > Any suggestions?
Dave - 18 Feb 2005 20:34 GMT
Thanks for everything Sue!
> Yes, as an admin, you shouldn't be thinking about running code against your
> users' machines that you don't understand yourself.
[quoted text clipped - 35 lines]
> >> >> > this.
> >> >> > Any suggestions?