Cant find object for working / nonworking days.

S

Steve

I want to make a simple msgbox() that displays the number of nonworking days
between the baseline start and the baseline finish. But I cant find the right
object. Any ideas?
 
J

Jan De Messemaeker

Hi,

TheCalendar.period(theday).working gives a boolean result
True when on "Theday" "TheCalendar" shows working time
So loop from baselinestart to baselinefinish and count.
HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
 
Top