Thread: textbox on form
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default textbox on form

Hi Glenn.

Try this

TextBox99.Text = Foramt(Date,"dd mmm yyyy")

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Glenn Robertson" wrote in message
...
Hi,
I have a userform with a number of text boxes on it for
the user to complete. One of the fields is a date field.
What I want is when the form is loaded the field called
date will automatically insert today's date.
Thanks for your help.
Glenn Robertson