Sorry for the last post. I typed it incorrectly. I am getting a compile error of "Else Without If". I did modify the code you provided slightly however I was getting the same error with your code.
Function DateDiffW(dtmDateRequested, dtmRequestCompletion)
Const SUNDAY = 1
Const SATURDAY = 7...