Is there a way to move a selected range to the next row?
Let's say I have "E9:H9" selected and want the selection to move to "E10:H10". Is there a shortcut for it? The selection should not be extended but moved one row down.
|
Is there a way to move a selected range to the next row? Let's say I have "E9:H9" selected and want the selection to move to "E10:H10". Is there a shortcut for it? The selection should not be extended but moved one row down.
| |||||||||||||
feedback
|
|
It sounds like you just need something like this:
This will move your selection one row down without changing the size of the selection. | |||
|
feedback
|
|
(a) That code doesn't move down one row as per question (b) It will work on only the first row of a selection, did you want it to work on a multiple row selection ? (c) Rather than call a sub for this you could run it automatically by right clicking your mouse - you can do this by adding right clicking your sheet tab, View Code, and pasting in the code below
| |||
|
feedback
|
|
Ok, The cursor has to be in the row and the ranges "E" and "GN" need adjustement for different columns but it saves me some time:
| |||
|
feedback
|