View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
neowok[_24_] neowok[_24_] is offline
external usenet poster
 
Posts: 1
Default converting 'TODAY' into dd-mmm-yy format

I have the following code which converts some textbox text into the
format i need

mydatestr = Format(CDate(TextBox2.Text), "dd-mmm-yy")

what i also need is to get todays date and put that into the same
format as well but substituting textbox2.text for TODAY doesnt seem to
work.


---
Message posted from http://www.ExcelForum.com/