View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Textbox Clear last entry

Me.TextBox1.Value = ""

is one way

--
Cheers
Nigel



"Corey" wrote in message
...
What is the line of code to clear the last values in a textbox when it is
displayed on a userform ?

Corey....