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

Creating new appointment & setting its properties



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 1st 06, 08:05 AM posted to microsoft.public.outlook.contacts
dim4x4
external usenet poster
 
Posts: 17
Default Creating new appointment & setting its properties

Hello everybody!

This is my first message here and first macro I'm trying to do in
Outlook (I did some for Excel before, albeit with macro recorder =)

Basically, I'm creating a new appointment (the code was borrowed from a
message from this group or some forum). Below is part of the code and 2
things I'm struggling to do.

With objAppointment
.Subject = "Call "
.Start = ' PROBLEM 1: Here I want to put a time of a current
selection in a daily view of the calendar (don't know how to do it)
.Duration = 5
.ReminderMinutesBeforeStart = 0
.Save
.Display
End With

PROBLEM 2: When appointment is created and opened I was the cursor to
be in a subject line after the word "Call ", so that I can finish
typing the subject, eg. "Call Bill Gates" =)

Would appreciate any advise. Thank you!

Ads
  #2  
Old February 1st 06, 08:07 AM posted to microsoft.public.outlook.contacts
dim4x4
external usenet poster
 
Posts: 17
Default Creating new appointment & setting its properties

Oops, should have posted this to microsoft.public.outlook.program_vba

Sorry!

  #3  
Old February 1st 06, 06:10 PM posted to microsoft.public.outlook.contacts
Brian Tillman
external usenet poster
 
Posts: 17,452
Default Creating new appointment & setting its properties

dim4x4 wrote:

This is my first message here and first macro I'm trying to do in
Outlook (I did some for Excel before, albeit with macro recorder =)


Programming questions are more appropriately asked in one of the programming
newsgroups, like
news://msnews.microsoft.com/microsof...ok.program_vba
--
Brian Tillman

 




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
Is there a policy or registry setting for setting the default addr scsi Outlook - Installation 1 February 28th 06 01:19 PM
Properties of contacts folder. Default changes. Sue Mosher [MVP-Outlook] Outlook - Installation 0 January 30th 06 04:26 PM
Calendar properties?? Sue Mosher [MVP-Outlook] Outlook - Installation 0 January 20th 06 08:09 PM
Changing Account Properties by itself??? HotRod Outlook - General Queries 4 January 17th 06 08:03 AM
Properties of contacts folder. Default changes. sulmar Outlook - Installation 0 January 7th 06 10:40 PM


All times are GMT +1. The time now is 06:37 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.