D
Diane-Maplewood
Code from Arvin Meyer
http://www.datastrat.com/Code/GetBusinessDay.txt
Quick question-- how do I adjust this line, if I want to include Saturdays
(Just not include Sundays and Holidays). I can't seem to grasp the meaning
of "<>".
"If Weekday(datStart) <> vbSunday And Weekday(datStart) <> vbSaturday Then
If rst.NoMatch Then intDayAdd = intDayAdd - 1"
Thank you for your time and any info. -Diane
--------------------------------------------------------
Out of clutter, find Simplicity.
From discord, find Harmony.
In the middle of difficulty lies opportunity.
Albert Einstein
----------------------------------------------------------
http://www.datastrat.com/Code/GetBusinessDay.txt
Quick question-- how do I adjust this line, if I want to include Saturdays
(Just not include Sundays and Holidays). I can't seem to grasp the meaning
of "<>".
"If Weekday(datStart) <> vbSunday And Weekday(datStart) <> vbSaturday Then
If rst.NoMatch Then intDayAdd = intDayAdd - 1"
Thank you for your time and any info. -Diane
--------------------------------------------------------
Out of clutter, find Simplicity.
From discord, find Harmony.
In the middle of difficulty lies opportunity.
Albert Einstein
----------------------------------------------------------