Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Get values from Controls in Excel-sheet

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
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



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I split form controls in a sheet in excel? Desperateticha Excel Discussion (Misc queries) 1 November 9th 07 01:57 PM
how to activate controls in protected sheet Novice Excel Worksheet Functions 2 February 1st 06 11:42 PM
Need more than 1208 controls per sheet mowali Excel Discussion (Misc queries) 1 December 7th 05 03:43 PM
Counting Controls in a sheet Vikram Kohli Excel Programming 2 April 15th 04 02:31 PM
Accessing the values of form controls on worksheets in Excel 2000 robbinma Excel Programming 2 August 28th 03 08:35 AM


All times are GMT +1. The time now is 09:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"