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

Sorry, I don't understand what you mean. Perhaps you have the cell formatted
as Text.

--

Vasant

"reb" wrote in message
...
tried it ,but it still shows a text,problem is ,it won't add,,shows as a

text input
Private Sub TextBox1_change()
Dim c As Range
Set c = Worksheets("Sheet1").Range("a2")
c.Value = TextBox1