View Single Post
  #2  
Old November 19th 07, 08:29 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Getting the date in Calendar View



Create a new AppointmentItem by code, don't call its Save method but read
its start date.

--
Best regards
Michael Bauer - MVP Outlook
Synchronize Color Categories & Ensure that Every Item Gets Categorized:
http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6

Am Sun, 18 Nov 2007 11:34:00 -0800 schrieb BremUser:

In Calendar view in Outlook 2007, I want to retreive the date of the day I
selected. When I double-click on a date the appointment-form comes up with
the right date filled in. What I want to do is selecting a day and

clicking a
toolbar-button with a vba-script behind it, that uses that day for further
handling.

Can someone help me please?

Ads