View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default In VBE, how can I set a date format different than the system date

TextBox1.Text = Format(TextBox1.Text, DateFormatString)

--

HTH

Bob

"Alpineskier" wrote in message
...
I have a date format stored in a string and want to format a date in a text
box on a userform the same as my DateFormatString.