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
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