A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Matrix



 
 
Thread Tools Display Modes
  #1  
Old March 6th, 2004, 08:54 PM
garnote
external usenet poster
 
Posts: n/a
Default Matrix

Hi all,

I have two two ranges (one column)
named mat1 and mat2.
I Choose Insert/Name/Define and
Name in Workbook: Three
Refers To: =mat1,mat2
I can utilize this new name for
my graphic but I can't see this
new range in my worksheet.
{=Three} don't work ?

Thanks,

Serge


  #2  
Old March 7th, 2004, 05:10 AM
Jon Peltier
external usenet poster
 
Posts: n/a
Default Matrix

Hi Serge -

Here are a few tricks.

1. In the Define Names dialog (shortcut: Ctrl+F3), select the name, then
click in the Refers To formula, and the range will be outlined with the
moving dashed line.

2. Select Go To from the Edit menu (shortcut: Ctrl+G), and type the name
of your unseen range in the Reference box, then press Enter. The range
will be selected.

3. Type the name of your unseen range in the Name box and press Enter.
The range will be selected.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

garnote wrote:

Hi all,

I have two two ranges (one column)
named mat1 and mat2.
I Choose Insert/Name/Define and
Name in Workbook: Three
Refers To: =mat1,mat2
I can utilize this new name for
my graphic but I can't see this
new range in my worksheet.
{=Three} don't work ?

Thanks,

Serge



  #3  
Old March 7th, 2004, 02:37 PM
garnote
external usenet poster
 
Posts: n/a
Default Matrix

Hi Jon,

Yes I know that :-) but ... :

Suppose that :
Name «mat1»:
1
2
Name «mat2»:
3
4
5
Name «Three» :
=mat1,mat2
I would like that «Three» appear in *one column* :
1
2
3
4
5

???

Serge



"Jon Peltier" a écrit dans le message de news:
...
Hi Serge -

Here are a few tricks.

1. In the Define Names dialog (shortcut: Ctrl+F3), select the name, then
click in the Refers To formula, and the range will be outlined with the
moving dashed line.

2. Select Go To from the Edit menu (shortcut: Ctrl+G), and type the name
of your unseen range in the Reference box, then press Enter. The range
will be selected.

3. Type the name of your unseen range in the Name box and press Enter.
The range will be selected.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

garnote wrote:

Hi all,

I have two two ranges (one column)
named mat1 and mat2.
I Choose Insert/Name/Define and
Name in Workbook: Three
Refers To: =mat1,mat2
I can utilize this new name for
my graphic but I can't see this
new range in my worksheet.
{=Three} don't work ?

Thanks,

Serge





  #4  
Old March 7th, 2004, 03:16 PM
garnote
external usenet poster
 
Posts: n/a
Default Matrix


Yep !

Sub Apparition()
Set joint = Range("Three")
For i = 1 To joint.Areas.Count
For Each c In joint.Areas(i)
j = j + 1
Cells(j, 2) = c
Next
Next i
End Sub

Serge


"garnote" a écrit dans le message de news:
...
Hi Jon,

Yes I know that :-) but ... :

Suppose that :
Name «mat1»:
1
2
Name «mat2»:
3
4
5
Name «Three» :
=mat1,mat2
I would like that «Three» appear in *one column* :
1
2
3
4
5

???

Serge



"Jon Peltier" a écrit dans le message de news:
...
Hi Serge -

Here are a few tricks.

1. In the Define Names dialog (shortcut: Ctrl+F3), select the name, then
click in the Refers To formula, and the range will be outlined with the
moving dashed line.

2. Select Go To from the Edit menu (shortcut: Ctrl+G), and type the name
of your unseen range in the Reference box, then press Enter. The range
will be selected.

3. Type the name of your unseen range in the Name box and press Enter.
The range will be selected.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

garnote wrote:

Hi all,

I have two two ranges (one column)
named mat1 and mat2.
I Choose Insert/Name/Define and
Name in Workbook: Three
Refers To: =mat1,mat2
I can utilize this new name for
my graphic but I can't see this
new range in my worksheet.
{=Three} don't work ?

Thanks,

Serge







  #5  
Old March 8th, 2004, 12:52 PM
Jon Peltier
external usenet poster
 
Posts: n/a
Default Matrix

Serge -

I assumed you were working with discontiguous ranges.

This turns ranges "one" and "two" into a single area, if they are
arranged as in your example:

Union(Range("one"),Range("two")).Select

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

garnote wrote:

Hi Jon,

Yes I know that :-) but ... :

Suppose that :
Name «mat1»:
1
2
Name «mat2»:
3
4
5
Name «Three» :
=mat1,mat2
I would like that «Three» appear in *one column* :
1
2
3
4
5

???

Serge



"Jon Peltier" a écrit dans le message de news:
...

Hi Serge -

Here are a few tricks.

1. In the Define Names dialog (shortcut: Ctrl+F3), select the name, then
click in the Refers To formula, and the range will be outlined with the
moving dashed line.

2. Select Go To from the Edit menu (shortcut: Ctrl+G), and type the name
of your unseen range in the Reference box, then press Enter. The range
will be selected.

3. Type the name of your unseen range in the Name box and press Enter.
The range will be selected.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______

garnote wrote:


Hi all,

I have two two ranges (one column)
named mat1 and mat2.
I Choose Insert/Name/Define and
Name in Workbook: Three
Refers To: =mat1,mat2
I can utilize this new name for
my graphic but I can't see this
new range in my worksheet.
{=Three} don't work ?

Thanks,

Serge






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:25 PM.


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