Text(month(now()),"MMMM") deosnt work

B

BOB

Hi to all
Weekday(now()) =2
text(weekday(now()),"DDDD")=Monday
Month(now())=2
But text(month(now()),"MMMM") =January. What am I doing wrong?
Thanks!
 
B

BOB

Thanks that worksin formula, now how do I put this in code?

Dim mysheet As String
mysheet = (Text(Now(), "MMMM"))
Worksheets(mysheet).Select

Thanks again
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top