Re-format Date

  • Thread starter Thread starter J.W. Aldridge
  • Start date Start date
J

J.W. Aldridge

I need the date format in this code....

ActiveSheet.Name = "Sort " & Format(Date - 1, "ddd mmm dd")

To be used in this code (cause dates in E2 have / which can be in
sheet name).

.Subject = "Sort " & " " & Range("e2").Text

Can someone tell me how to marry the two into one code?
 

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