yes i am so please just now need to have it check against the Bank Holiday Table next big challenge
ok so got this now working with this function code
Public Function addDays(ByVal iDays As Integer, ByVal dteStart As Date) As Date
Dim i As Integer
Dim m As Integer
m = Abs(iDays)
While m > 0
If...