View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark Lincoln Mark Lincoln is offline
external usenet poster
 
Posts: 227
Default UserForm Question

I haven't tested this, but it should work. I'm sure someone will tell
me if I'm wrong. :-)

Private Sub TextBox1_Enter()
TextBox1 = ""
End Sub