W
What-a-Tool
Have column headings named after days of the week. Have a Select Case to
determine day right now :
Select Case Col
Case 1
txtCol.Text = "Sunday"
ect...
Seem to remember seeing a DayofWeek type function that would return a day
string from an integer.
Could someone .refresh() my memory?
Or .dispose() of my faulty recollection>
Thanks - Sean
determine day right now :
Select Case Col
Case 1
txtCol.Text = "Sunday"
ect...
Seem to remember seeing a DayofWeek type function that would return a day
string from an integer.
Could someone .refresh() my memory?
Or .dispose() of my faulty recollection>
Thanks - Sean