Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Label on one sheet gets captiuon from another

I have a worksheet ("PickSheet") with many labels on it. another sheet
("Data") contains a list of values that will change based on formulae. i
must be going about this wrong, but i am trying to write a statement that
will make a label's caption the value of the first cell in the range on
("Data") the first cell/range is named "Seed1". TIA.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Label on one sheet gets captiuon from another

Label1.Caption = Range("Seed1").Range("A1").Value

The top left cell of any NamedRange is refered to as "A1", etc. as if the
range was a separate tiny spreadsheet. Wherever the NamedRange is placed
within the workbook Range("NamedRange").Range("A1") will be the first cell
of that range.

Hope this helps
Mike F
"Spencer Hutton" wrote in message
m...
I have a worksheet ("PickSheet") with many labels on it. another sheet
("Data") contains a list of values that will change based on formulae. i
must be going about this wrong, but i am trying to write a statement that
will make a label's caption the value of the first cell in the range on
("Data") the first cell/range is named "Seed1". TIA.




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
Changing the font for part of an axis label, not the whole label. amy45 Charts and Charting in Excel 2 April 5th 23 01:11 PM
How do I get a cell to read sheet label? VBailey New Users to Excel 1 October 25th 06 04:20 PM
How to rezize data label box in pie charts (label wraps to two lin rolliedogg Charts and Charting in Excel 1 October 18th 06 08:17 PM
multiple addresses on one label sheet? Fuzzy Dez Charts and Charting in Excel 0 December 7th 05 11:10 AM
how to remove label formatting (eg label to number) sikkiekaka Excel Worksheet Functions 0 November 4th 04 11:35 PM


All times are GMT +1. The time now is 06:04 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"