How do I know the Start1 date is working day or not

  • Thread starter Raveendra Madupu
  • Start date
R

Raveendra Madupu

Hi!
I am calculating the Start1 = Finish + 1.
I if the Start1 is non working day then It should be next
working day. I tried like this:
Select Case Weekday(tsk.Start1)
Case vbSaturday
tsk.Start1 = tsk.Start1 + 2
Case vbSunday
tsk.Start1 = tsk.Start1 + 1
End Select
But it fails when I change the dates with Tools --> Change
working Times..
It should take from the user configured options.
thanks
..Raveendra
 
J

Jan De Messemaeker

Hello
Activeproject.calendar.Period(start1).working
HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
Project Management Consultancy
Prom+ade BVBA
32-495-300 620
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top