R
Richard
I am using the following code to save a dump of my project plan to Excel
FileSaveAs Name:=",,,\Integrated Program Plan " &
DateFormat(ActiveProject.CurrentDate, pjDate_mmmm_dd_yyyy) & ".xls",
FormatID:="MSProject.XLS5", map:=",,,", WriteResPassword:=",,,"
My regional long date settings are "MMMM dd, yyyy". I am reading the file
in Excel through a macro which expects the mmmm, dd, yyyy format. The
problem is that for the first nine days of the month, Project is writing
mmmm,d,yyyy, instead of the mmmm,dd,yyyy format specified.
Is there anyway I can enforce the mmmm dd yyyy format in project?
Thanks in advance
Richard
FileSaveAs Name:=",,,\Integrated Program Plan " &
DateFormat(ActiveProject.CurrentDate, pjDate_mmmm_dd_yyyy) & ".xls",
FormatID:="MSProject.XLS5", map:=",,,", WriteResPassword:=",,,"
My regional long date settings are "MMMM dd, yyyy". I am reading the file
in Excel through a macro which expects the mmmm, dd, yyyy format. The
problem is that for the first nine days of the month, Project is writing
mmmm,d,yyyy, instead of the mmmm,dd,yyyy format specified.
Is there anyway I can enforce the mmmm dd yyyy format in project?
Thanks in advance
Richard