View Single Post
  #4  
Old March 9th 06, 01:58 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default changing outlook default appointment layout.

The pages that you see in the standard appointment form cannot be customized. All customization on the appointment form must take place on the P.2 - P.5 pages. See http://www.outlookcode.com/d/appointmentform.thm

VBA has nothing to do with Outlook custom forms, which use VBScript as their "code behind" language.

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


"Hot James" wrote in message ...
I've got to check out wether it's possible to vhange the default layout of
the new appointment in outlook 2000, 2003.

What I want is, when I open the calendar i.e in oullok 2003 and click new
appointment. I get up a default form where I can adjust time and so on. I
want to insert a new checkbox under the all day event checkbox so when this
is checked I need to update the subject field with a default text I want to
insert.

Is this possible? Can this be deployed to an exchange server? Can this be
done only by using VBA? Does anyone know where I can get examples for how to
do this....? I've programmed VBA in excel for many years, but when changing
to outlook it seems like it's very painfull.

Ole


Ads