Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to assing a sub range within a larger range of cells on a
worksheet. I would like to be able to assign this smaller sub range within the larger range of cells on my worksheet by just designating wich column within the larger range should be used for the smaller range and the rest of the paramiters such as number of rows for the smaller range should be taken from the range paramiters of the larger range. Set LRange = Worksheets("Sheet1").Range("A1:D10") Set SRange = Range(LRange.Columns(1)) <-- This works but only gives me a range of "A1" I need it to be "A1:A10" anyone ???? Thanks again Dan Thompson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working with the range object | Excel Discussion (Misc queries) | |||
Working with a range | Excel Discussion (Misc queries) | |||
Working with a selected range | Excel Programming | |||
setting a range not working, please help | Excel Programming | |||
Range selection not working | Excel Programming |