Moving view, not moving selection

Closed
ssenemesis Posts 1 Registration date Tuesday February 16, 2016 Status Member Last seen February 16, 2016 - Feb 16, 2016 at 01:21 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 18, 2016 at 11:34 AM
Hi there :-)

Is there a way to keep the selection, e.g. multiple cells, but move the view to the top of the sheet? Of course another way than scrolling, or making ctrl+down, then ctrl+shift+up


Sorry if it's an amateur question, I tried searching for answers too.

Thanks in advance

1 response

TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 552
Feb 18, 2016 at 11:34 AM
Hi Ssenemesis,

Well, Ctrl+Arrow and Ctrl+Shift+Arrow will mess with your selection.
But what is wrong about scrolling?

Is your scroll wheel damaged?

You could use a macro and create a shortcut for it:
Sub RunMe()
ActiveWindow.SmallScroll up:=Rows.Count
End Sub


Does this help?

Best regards,
Trowa
0