Nov 16, 2003 #1 bencnu Technical User Nov 3, 2003 34 US Is there a way to find out the current day of the week using excel or vba?
Nov 16, 2003 #2 Zathras Programmer Nov 12, 2002 3,317 US Here are two: [blue] Code: =WEEKDAY(NOW()) [/color] and [blue] Code: =TEXT(NOW(),"dddd") [/color] Look in the help file for details. Upvote 0 Downvote
Here are two: [blue] Code: =WEEKDAY(NOW()) [/color] and [blue] Code: =TEXT(NOW(),"dddd") [/color] Look in the help file for details.
Nov 17, 2003 Thread starter #3 bencnu Technical User Nov 3, 2003 34 US awesome, exactly what i was looking for THANX! Upvote 0 Downvote