ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Range Selection (https://www.excelbanter.com/excel-programming/297767-re-range-selection.html)

Norman Jones

Range Selection
 
Hi Monsoor,

Change Cells(6, i) to Cells(49,i)

I omitted to amend my test!

---
Regards,
Norman

"Norman Jones" wrote in message news:...
Hi Monsoor,

Try:

Sub Test()
Dim i As Long

For i = 1 To 49
Range(Cells(1, i), Cells(6, i)).Name = "Charts" & i
Next i

End Sub

---
Regards,
Norman

"Monsoor" wrote in message
...
Hi All,

What I want to do is simple but can't figure it out. I
have a range as follow:

Dim Rng as Range
Set Rng = Range ("A2:A6")

I want to name this range
Rng.name = "Chart1"

What I want to do is to name the same number of cells in
columns B to AW in the same rows by adding the column
number to the name like above. So range("B2:B6")would be
named as "Chart2". I can do this by:

rng.offset(0,1).name = "Chart2"

This means I will have to do it 49 times! There must be an
easier way of getting the same result. Help is
appreciated. Thanks in advance.

Regards

Monsoor






Norman Jones

Range Selection
 
Hi Monsoor:

Please totally disregard my last message.
My first message is correct!!

---
Regards,
Norman

"Norman Jones" wrote in message
...
Hi Monsoor,

Change Cells(6, i) to Cells(49,i)

I omitted to amend my test!

---
Regards,
Norman

"Norman Jones" wrote in message news:...
Hi Monsoor,

Try:

Sub Test()
Dim i As Long

For i = 1 To 49
Range(Cells(1, i), Cells(6, i)).Name = "Charts" & i
Next i

End Sub

---
Regards,
Norman

"Monsoor" wrote in message
...
Hi All,

What I want to do is simple but can't figure it out. I
have a range as follow:

Dim Rng as Range
Set Rng = Range ("A2:A6")

I want to name this range
Rng.name = "Chart1"

What I want to do is to name the same number of cells in
columns B to AW in the same rows by adding the column
number to the name like above. So range("B2:B6")would be
named as "Chart2". I can do this by:

rng.offset(0,1).name = "Chart2"

This means I will have to do it 49 times! There must be an
easier way of getting the same result. Help is
appreciated. Thanks in advance.

Regards

Monsoor








Monsoor

Range Selection
 
Hi Norman,

This works fine. Thanks for your help. Saved me from lot
of typings and a very long macro. Thanks.

Regards

Monsoor

-----Original Message-----
Hi Monsoor:

Please totally disregard my last message.
My first message is correct!!

---
Regards,
Norman

"Norman Jones" wrote in

message
...
Hi Monsoor,

Change Cells(6, i) to Cells(49,i)

I omitted to amend my test!

---
Regards,
Norman

"Norman Jones" wrote

in message news:...
Hi Monsoor,

Try:

Sub Test()
Dim i As Long

For i = 1 To 49
Range(Cells(1, i), Cells(6, i)).Name = "Charts" &

i
Next i

End Sub

---
Regards,
Norman

"Monsoor" wrote

in message
...
Hi All,

What I want to do is simple but can't figure it

out. I
have a range as follow:

Dim Rng as Range
Set Rng = Range ("A2:A6")

I want to name this range
Rng.name = "Chart1"

What I want to do is to name the same number of

cells in
columns B to AW in the same rows by adding the

column
number to the name like above. So range("B2:B6")

would be
named as "Chart2". I can do this by:

rng.offset(0,1).name = "Chart2"

This means I will have to do it 49 times! There

must be an
easier way of getting the same result. Help is
appreciated. Thanks in advance.

Regards

Monsoor






.



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com