View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Trond Fugleberg Trond Fugleberg is offline
external usenet poster
 
Posts: 4
Default Get values from Controls in Excel-sheet

The textbox is in the worksheet not in a userform! Else
your solution would have been perfect!

Regards Trond

-----Original Message-----
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



.