how to select multiple cells and move the selection into a '

jonybegood

New Member
Joined
Jan 20, 2003
Messages
6
Hi,

I have a problem I haven't been able to solve:
how to select multiple cells (not contiguous)
and increment to the bottom the selection to keep only one row ?
here is the example:
range(B2:D2,B10:D10,B18:D18)
I want to make an increment like that:
range(B3:D3,B11:D11,B19:D19)
range(B4:D4,B12:D12,B20:D20)
..........
but automatically

thank you for your help :)
This message was edited by jonybegood on 2003-01-22 06:14
 
If you turn on the macro recorder and hold down the Ctrl key while selecting cells B2:D2,B10:D10,and B18:D18, what code do you get?
 
Upvote 0

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,215,111
Messages
6,123,159
Members
449,098
Latest member
Doanvanhieu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top