Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have found plenty of references for using the Range
property in a macro ie: Range("A1:B5").select. In addition I have used Cells(Irow,ICol) plenty of times. Now I want to set a Range in a similar fashion as I did the Cells using variables. Does anyone have any suggestions? Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure what you are looking for. Perhaps:
Range(Cells(Row1, Column1), Cells(Row2, Column2)) -- Vasant "J" wrote in message ... I have found plenty of references for using the Range property in a macro ie: Range("A1:B5").select. In addition I have used Cells(Irow,ICol) plenty of times. Now I want to set a Range in a similar fashion as I did the Cells using variables. Does anyone have any suggestions? Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range selection with R1C1 | Excel Discussion (Misc queries) | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
Absolute reference in R1C1 notation | Excel Programming | |||
R1C1 Notation | Excel Programming | |||
Macro records in R1C1 style | Excel Programming |