> Sorry for the delay in posting my reply.  It has been a busy week.

I also said I was going to work on this, but kind of dropped the ball.  Here's
what I got tonight -- not thoroughly tested, but I'm pretty sure it's on the
right track (where vDate1 and vDate2 hold the start and end dates):

SET VAR vBusinessDays = +
  (6-IDWK(.vDate1)) + IDWK(.vDate2) + ((INT((.vDate2-.vDate1)/7)) * 5)

--
Larry

Reply via email to