Thread: TextBox
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
susan hayes susan hayes is offline
external usenet poster
 
Posts: 31
Default TextBox

Hello:


Private Sub TextBox1_Change()

End Sub


How can I get a number written in with the TextBox to appear in cell A16:

Eg. If I were to type in the number 1.2455 in the text box how can I have it appear in cell A16?


Thank you

Susan