Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a situation where the user makes a selection in column "A" (rng1). I need to create parallel ranges of this selection in other columns on the same sheet (rng2). The following line of code works well for single area selections, but only sets the first area on multiple area selections. Set rng2 = Range(rng1.Address).Offset(, col - 1) I can accomplish what I want by looping through each area in column A, but this seems to be somewhat inefficient when there's a lot of columns involved. There must be a better way (hopefully). Thank you for your suggestions. I'm using Excel 97 Regards, Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Parallel Box Plots | Excel Discussion (Misc queries) | |||
Parallel data series | Excel Discussion (Misc queries) | |||
To Draw A Line Parallel To A Curve At Particular Offset | Charts and Charting in Excel | |||
Looping across two parallel ranges | Excel Programming | |||
Parallel Task (Threads) in VBa, is it possible? | Excel Programming |