paparingos7
New Member
- Joined
- Sep 23, 2010
- Messages
- 1
Hi,
I've got two identical ranges on two different sheets (basically the second sheet gets created by copying the first).
The ranges both have multiple areas, i.e. they look something like:
$F$21:$I$23, $F$13:$F$16, $C$26:$C$28, $C$33, $F$26:$I$28, $C$37:$C$39, $C$44, $F$37:$I$39
Like I said the two ranges are identical.
I want to 'pass' the values from the second range to the first, i.e. transfer
$F$21:$I$23 from the 2nd sheet into the 1st sheet
and then
$F$13:$F$16 from the 2nd sheet into the 1st sheet
and so on.
Some guidance please about how to structure the code?
Many thanks
I've got two identical ranges on two different sheets (basically the second sheet gets created by copying the first).
The ranges both have multiple areas, i.e. they look something like:
$F$21:$I$23, $F$13:$F$16, $C$26:$C$28, $C$33, $F$26:$I$28, $C$37:$C$39, $C$44, $F$37:$I$39
Like I said the two ranges are identical.
I want to 'pass' the values from the second range to the first, i.e. transfer
$F$21:$I$23 from the 2nd sheet into the 1st sheet
and then
$F$13:$F$16 from the 2nd sheet into the 1st sheet
and so on.
Some guidance please about how to structure the code?
Many thanks
Last edited: