Maybe I don't understand the function of day. The problem I am having is that when I ask the system for the day of the date it always lists wierd things. I want the actual day not a day based on the first of the month being a Monday. For example. My function is
The ultimate outcome of this is to get 28 business days added onto what ever date the user enters into Text0. It is just wierd...I don't know how else to explain it. Can someone give me a heads up as to what is going on with this?
Thanks
Scoty
:
Code:
dim dat
dat = Text0 'the day I wish to calculate
If Format(day(dat),"dddd") = "Saturday" Then dosomething Else dosomthingelse
Thanks
Scoty
: