View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Get values from Controls in Excel-sheet

worksheets("Sheet1").Range("A1").Value = _
Userform1.Textbox1.Value

--
Regards,
Tom Ogilvy

"Trond Fugleberg" wrote in message
...
Hi!

I have a textbox from the Controls in my spreadsheet. How
can I get/copy the value from this textbox to a cell in my
spreadsheet?

BR
Trond