Thread
:
Weekday function
View Single Post
#
3
Posted to microsoft.public.excel.programming
Bernd P
external usenet poster
Posts: 806
Weekday function
Hello Robert,
Via VBA you can use
Format(n,"ddd")
or
Application.Worksheetfunction.Text(n,"ddd")
where n is your number 1, 2, 3, ... (starting with 1 = Sunday)
Regards,
Bernd
Reply With Quote
Bernd P
View Public Profile
Find all posts by Bernd P