G Guest Aug 15, 2006 #1 when i try to export a calender ,everthing but the day of the week ie "monday" "tuesday" is exported .How do I make this happen?
when i try to export a calender ,everthing but the day of the week ie "monday" "tuesday" is exported .How do I make this happen?
S Sue Mosher [MVP-Outlook] Aug 15, 2006 #2 Outlook doesn't need to export days of the week, because they're implied in the date data. You can display the name of the day of the week with an Excel formula like this: =CHOOSE(WEEKDAY(A1), "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday") -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
Outlook doesn't need to export days of the week, because they're implied in the date data. You can display the name of the day of the week with an Excel formula like this: =CHOOSE(WEEKDAY(A1), "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday") -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers