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

changing outlook default appointment layout.



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 9th 06, 01:45 PM posted to microsoft.public.outlook.program_vba
Hot James
external usenet poster
 
Posts: 2
Default changing outlook default appointment layout.

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


  #3  
Old March 9th 06, 02:30 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default changing outlook default appointment layout.

Custom Outlook forms are customized versions of the standard forms in most
cases. You cannot change that main page in an appointment form, you'd have
to copy everything to one of the P.x tabs and the date/time controls used by
Outlook aren't exposed to the programmer. You have to use 3rd party
controls.

Outlook forms are not coded in VBA, they are coded in VBScript.

See www.outlookcode.com for lots of examples of customizing forms,
publishing them and replacing the default forms with customized ones.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"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


  #4  
Old March 9th 06, 02:50 PM posted to microsoft.public.outlook.program_vba
Hot James
external usenet poster
 
Posts: 2
Default changing outlook default appointment layout.

So what you say is that it's impossible to apply a checkbox into the default
appointment form? I have to build another one and use 3rd party controls to
make the time controls as they default are made?

Funny, in Lotus Notes this is fairly simple, but in outlook it seems
impossible for the normal man on the street.

Ole


 




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
Changing Appointment times with CDO [email protected] Outlook and VBA 5 April 3rd 06 04:30 PM
Changing display and layout settings Ash Outlook - Installation 1 February 15th 06 07:57 PM
Question about Changing Default Outlook Form ChrisB Outlook - Using Forms 1 February 9th 06 08:47 PM
How can I change the default attachment view from Reading Layout? Carl Bell Outlook - Installation 1 February 1st 06 05:04 PM
Changing the default name order Danny J Outlook - Using Contacts 1 January 8th 06 10:53 PM


All times are GMT +1. The time now is 07:58 PM.


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.