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")

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> 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?