View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_418_] Leith Ross[_418_] is offline
external usenet poster
 
Posts: 1
Default dates in userform


Hello Antonov,

Like this...

WITH TEXTBOX1
.TEXT = FORMAT(.TEXT, \"DD/MM/YY\")
END WIT

Just change the TextBox name to the one you are using.

Sincerely,
Leith Ros

--
Leith Ros
-----------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846
View this thread: http://www.excelforum.com/showthread.php?threadid=49586