PC Review


Reply
Thread Tools Rate Thread

Can I stop scrolling at a certain row?

 
 
tsumanii
Guest
Posts: n/a
 
      6th Feb 2004
I have the problem that when i want to highlight a column of data, (bu
the data does not start at the top of the column) i have to highligh
down over 7000 cells.

Generally i end up scrolling to about row 10 000, then wizz past th
other way up to a bout 5000, gradually getting closer to the 7000 mark
but taking ages to actually get there!

Is there a way i can set the bottom of the spreadsheet or something?

cheers for any help!!
-Su

--
Message posted from http://www.ExcelForum.com

 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      6th Feb 2004
Select the "top" cell, then hold the shift key down. Press end, then the
down arrow cursor key and your column will be selected to the bottom of
the column.

In article <(E-Mail Removed)>,
tsumanii <<(E-Mail Removed)>> wrote:

> I have the problem that when i want to highlight a column of data, (but
> the data does not start at the top of the column) i have to highlight
> down over 7000 cells.
>
> Generally i end up scrolling to about row 10 000, then wizz past the
> other way up to a bout 5000, gradually getting closer to the 7000 mark,
> but taking ages to actually get there!
>
> Is there a way i can set the bottom of the spreadsheet or something?

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      6th Feb 2004
Assuming there are no blank cells in the column.

If blanks exist, keep the SHIFT key depressed and keep hitting END + Downarrow
until you reach the bottom.

I prefer this macro attached to a button on my Toolbar.

Sub select_alldown()
'from selected cells in selected columns to bottom
'of longest used range in columns including blanks
Range(Selection, Cells(Rows.Count, Selection.Column).End(xlUp)).Select
End Sub

Gord Dibben Excel MVP

On Fri, 06 Feb 2004 05:28:02 -0700, JE McGimpsey <(E-Mail Removed)> wrote:

>Select the "top" cell, then hold the shift key down. Press end, then the
>down arrow cursor key and your column will be selected to the bottom of
>the column.
>
>In article <(E-Mail Removed)>,
> tsumanii <<(E-Mail Removed)>> wrote:
>
>> I have the problem that when i want to highlight a column of data, (but
>> the data does not start at the top of the column) i have to highlight
>> down over 7000 cells.
>>
>> Generally i end up scrolling to about row 10 000, then wizz past the
>> other way up to a bout 5000, gradually getting closer to the 7000 mark,
>> but taking ages to actually get there!
>>
>> Is there a way i can set the bottom of the spreadsheet or something?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I stop the scrolling? =?Utf-8?B?bGFkeSBkaWdpdGFsdmlkZW8=?= Microsoft Excel New Users 2 8th Aug 2006 04:08 AM
Stop scrolling =?Utf-8?B?Z290dGFoYXZpdA==?= Microsoft Excel Misc 1 8th Nov 2005 03:30 PM
scrolling won't stop orfan Microsoft Excel Worksheet Functions 1 17th Feb 2005 07:35 PM
Scrolling by Itself - How to Stop It? NewsGroups Windows XP Internet Explorer 1 1st Jan 2005 10:36 PM
how to stop scrolling mangesh Microsoft Excel Misc 2 20th Jul 2004 03:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:16 AM.