J
Joy
is it possible that in macros we get the date format of Start and Finish ?
I just know we can use th following codes to set date format:
Application.StatusBar = "Processing task dates ..."
Dim tsk As Task
For Each tsk In ActiveProject.Tasks
With ActiveProject.ProjectSummaryTask
OptionsView DateFormat:=20
End With
Next tsk
I just know we can use th following codes to set date format:
Application.StatusBar = "Processing task dates ..."
Dim tsk As Task
For Each tsk In ActiveProject.Tasks
With ActiveProject.ProjectSummaryTask
OptionsView DateFormat:=20
End With
Next tsk