View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
reb reb is offline
external usenet poster
 
Posts: 3
Default changing a text value to a number value in a textbox?

i can send a text value ,but not a number value to my worksheet, here the code
Private Sub TextBox1_change(
Set c = Worksheets("Sheet1").Range("a2"
c.Value = TextBox
help???