Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving names one column at a time | Excel Discussion (Misc queries) | |||
Moving a selection... | Excel Discussion (Misc queries) | |||
centre across selection shortcut | Excel Worksheet Functions | |||
keyboard shortcut for moving between windows | Excel Discussion (Misc queries) | |||
Keyboard Shortcut for moving between Worksheets | Excel Discussion (Misc queries) |