ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Moving selection right one column at a time: Is there a shortcut? (https://www.excelbanter.com/new-users-excel/231228-moving-selection-right-one-column-time-there-shortcut.html)

RD[_2_]

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

Gord Dibben

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



Otto Moehrbach[_2_]

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