VBA - Today() not available in VBA?

  • Thread starter Thread starter Byrt Martinez
  • Start date Start date
B

Byrt Martinez

When I try to use the Today() function in my VBA code, it's not
recognized as a valid function. I also can't select from the
..WorksheetFunction list, i.e. there is no
Application.WorksheetFunction.Today I can use. Do I have to write this
myself or am I missing something?

-Byrt
:confused:
 
Been one of those days.

Gotta use Date function -- and make sure the brain is in gear before
next post. ;)
 

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

Back
Top