View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_654_] Leith Ross[_654_] is offline
external usenet poster
 
Posts: 1
Default Auto selection of worksheet


Hello Scooby

Change the "ddd" to "dddd" to get the full name of the day. Here is th
code with the change..

Code
-------------------

Private Sub Workbook_Open(

ThisWorkbook.Worksheets(Format(Now, "dddd")).Activat

End Su

-------------------

Sincerely
Leith Ros

--
Leith Ros
-----------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846
View this thread: http://www.excelforum.com/showthread.php?threadid=56130