View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JW[_2_] JW[_2_] is offline
external usenet poster
 
Posts: 638
Default CLEAR FIELD TEXT ON CLICK?

On May 21, 12:36*pm, KLZA wrote:
Hi. *I have a form that I'd like to automatically clear when it's
clicked for text input. *Is this possible in excel?


Private Sub TextBox1_Enter()
Me.TextBox1.Text = ""
End Sub