View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default text box with standard text

Instead of
Textbox1.Text = ""
do
Textbox1.Text = "string1"

--
Regards,
Tom Ogilvy

"Alvin Hansen" wrote in message
...
Hi

I have this text box in a form there have a default text
when i clear all fields in the form i want this field
to again take the default value. I can cleat it thats no problem
but how do i say that i want to clear it and use the default value again.

Alvin