VBA access - TechRepublic
General discussion
March 5, 2011 at 04:33 PM
maximg27

VBA access

by maximg27 . Updated 15 years, 3 months ago

Question 3 (Coding Aptitude)
In pseudo code, describe a function which returns a date in the future. The date returned is 10 business days from a incoming parameter start date. You do not count weekends (Saturdays, Sundays) or holidays. You have the functions IsHoliday() and IsWeekend() available to you. Please describe it line by line.

This discussion is locked

All Comments