![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
Oops, should have posted this to microsoft.public.outlook.program_vba
Sorry! |
#3
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |