J
Joe Martocci
How can I do this for a task that uses a different caldendar than the
Project's default calendar? I've tried messing around using the Project
help, but I keep getting errors with whatever I try. Here's what I've tried
so far:
t_datediff = Application.DateDifference(t_task.Start,
ActiveProject.StatusDate, t_task.Calendar)
t_datediff = Application.DateDifference(t_task.Start,
ActiveProject.StatusDate, 21)
t_datediff = Application.DateDifference(t_task.Start,
ActiveProject.StatusDate, BaseCalendars(t_task.Calendar))
Project's default calendar? I've tried messing around using the Project
help, but I keep getting errors with whatever I try. Here's what I've tried
so far:
t_datediff = Application.DateDifference(t_task.Start,
ActiveProject.StatusDate, t_task.Calendar)
t_datediff = Application.DateDifference(t_task.Start,
ActiveProject.StatusDate, 21)
t_datediff = Application.DateDifference(t_task.Start,
ActiveProject.StatusDate, BaseCalendars(t_task.Calendar))