Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 19
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,071
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving names one column at a time Andrew Davroche Excel Discussion (Misc queries) 0 June 23rd 07 09:37 PM
Moving a selection... [email protected] Excel Discussion (Misc queries) 3 July 20th 06 04:50 PM
centre across selection shortcut Martin B Excel Worksheet Functions 3 April 17th 06 09:10 PM
keyboard shortcut for moving between windows c_new Excel Discussion (Misc queries) 7 October 11th 05 04:31 PM
Keyboard Shortcut for moving between Worksheets mjcoco Excel Discussion (Misc queries) 3 June 3rd 05 03:35 PM


All times are GMT +1. The time now is 01:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"