View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 153
Default VBA Date Function formatting

Greetings,
TIA for any help
I am using the Date function to return the current date to
a text box on a user form. It arrives in "mm/dd/yyyy"
format.
How do I change the format, eg: "dd/mm/yy"?
David