View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Henry[_5_] Henry[_5_] is offline
external usenet poster
 
Posts: 104
Default take text from form textbox and put in cell...

Thomas,

Try
Range("A1").Value =YourTextboxName.Text

Henry


"thomas" wrote in message
...
How do I take text from a form textbox and put it into a specified cell in
VB.