View Single Post
  #2  
Old June 21st 07, 09:10 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Getting Weekday in AppointmentItem

You can use the Weekday() function to return a number corresponding to the day of the week.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"DENNIS BROWN" wrote in message ...
How would I determine the weekday of an appointment item? The .Start and .End return the date and time, but not the day of week the appointment is on. Is there a method to get that when reading the currently selected item with
..ActiveExplorer.Selection(1).Start, or something similar?
--

Thanks,
Dennis
Ads