![]() |
Moving selection right one column at a time: Is there a shortcut?
After selecting some cells in a column how can I move the entire selection
(not the content, just the selection) in the next column on the right? In the Excel for mac there is the ALT+TAB shortcut. Is there something similar for the pc version? Thanks |
Moving selection right one column at a time: Is there a shortcut?
None I'm aware of.
Gord Dibben MS Excel MVP On Mon, 18 May 2009 16:09:02 -0700, RD wrote: After selecting some cells in a column how can I move the entire selection (not the content, just the selection) in the next column on the right? In the Excel for mac there is the ALT+TAB shortcut. Is there something similar for the pc version? Thanks |
Moving selection right one column at a time: Is there a shortcut?
You can write a macro to do that, then assign that macro to a short-cut key
like Ctrl-Shift-X. An example is below. HTH Otto Sub MoveSelection() Selection.Offset(, 1).Select End Sub "RD" wrote in message ... After selecting some cells in a column how can I move the entire selection (not the content, just the selection) in the next column on the right? In the Excel for mac there is the ALT+TAB shortcut. Is there something similar for the pc version? Thanks |
All times are GMT +1. The time now is 06:31 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com