I am creating a gantt chart that I hope to use as a template for future projects.
Cell C4 contains todays date
Cell C5 contains project start date
Cell C6 contains the deadline or end date
E6 contains a formula to caclulate the number of weeks to complete project.
I'd like a macro that would copy the start date from C5 and paste it into M8 then add 1 day to the adjacent columns (i.e., N8=M8+1; O8=N8+1, etc.) until it has enough days to equal the number of weeks to finish the project and then add 2 more weeks.
For instance start date of 10/22/13 end date of 3/3/13 duration is 19 weeks so i'd like 21 weeks worth of dates into adjacent columns (cells M8-ES8).
It is possible to put this into a vba code? I am hoping to take a class in VBA next year but until then, I could use the help.
Thank you in advance.
Cell C4 contains todays date
Cell C5 contains project start date
Cell C6 contains the deadline or end date
E6 contains a formula to caclulate the number of weeks to complete project.
I'd like a macro that would copy the start date from C5 and paste it into M8 then add 1 day to the adjacent columns (i.e., N8=M8+1; O8=N8+1, etc.) until it has enough days to equal the number of weeks to finish the project and then add 2 more weeks.
For instance start date of 10/22/13 end date of 3/3/13 duration is 19 weeks so i'd like 21 weeks worth of dates into adjacent columns (cells M8-ES8).
It is possible to put this into a vba code? I am hoping to take a class in VBA next year but until then, I could use the help.
Thank you in advance.