I was trying to write a macro in VBA in Excel which will print a number of schedules (using Adobe PDF, i.e. save as PDF files) ith Status date 1 Sep 11 for the period from 1 Apr 11 to 31 Mar 12.
For some reason print out includes some months outside of that period. Does anyone have any idea what might be the reason of period being changed? (I don't know, many length of tasks or milestones etc.)
Let's assume that my code is correct as I cannot find any errors in it and assume that it is MS Project issue or Adobe PDF issue
My code:
ProjectSummaryInfo StatusDate:="30/09/2011"
ProjectSummaryInfo CurrentDate:="30/09/2011"
FilePrint FromDate:="01/04/2011", ToDate:="31/03/2012
For some reason print out includes some months outside of that period. Does anyone have any idea what might be the reason of period being changed? (I don't know, many length of tasks or milestones etc.)
Let's assume that my code is correct as I cannot find any errors in it and assume that it is MS Project issue or Adobe PDF issue
My code:
ProjectSummaryInfo StatusDate:="30/09/2011"
ProjectSummaryInfo CurrentDate:="30/09/2011"
FilePrint FromDate:="01/04/2011", ToDate:="31/03/2012