Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I select a range by using the following code:
Worksheets(Sheet2Name).Cells(Sheet2FirstRowNum, 1).Select Range(Selection, Selection.End(xlDown)).Select Range(Selection, Selection.End(xlToRight)).Select Is there a way I can "convert" the aforementioned selected range (which can vary) into the required R1C1 format so that I end up with something like this: ActiveWorkbook.Names.Add Name:="Database", RefersToR1C1:= _ "=Worksheets(Sheet2Name)!R2C1:R18C11" Any help would be greatly appreciated. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding a range | Excel Discussion (Misc queries) | |||
Adding a Range | Excel Worksheet Functions | |||
Adding named range gives error "method range of object _Global failed " | Excel Programming | |||
adding reference-to-range control to excel range | Excel Programming | |||
sheets.range and adding cells that are out of the range | Excel Programming |