Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Surreal
 
Posts: n/a
Default How to limit number of rows Excel?

I want to be able to hit "end of page" (CTRL END) and have it go no further
than row 100 and column AZ but i cannot figure out how to do it.
  #2   Report Post  
Kassie
 
Posts: n/a
Default

Ctrl end takes you to the bottom right hand of your sheet. If you have data
extending beyond that, Ctrl End will take you beyond that. Try Ctrl G, type
in AZ100
and hit Enter

"Surreal" wrote:

I want to be able to hit "end of page" (CTRL END) and have it go no further
than row 100 and column AZ but i cannot figure out how to do it.

  #3   Report Post  
Kassie
 
Posts: n/a
Default

sorry, you can also record a little macro, assign something like Ctrl e as
shortcut key, and in this way go there.

Sub Macro1()
Application.Goto Reference:="R100C52"
End Sub


"Surreal" wrote:

I want to be able to hit "end of page" (CTRL END) and have it go no further
than row 100 and column AZ but i cannot figure out how to do it.

  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

If you're going to far to the right or too far down, it could be because excel
sees your used range as more than you see it.

Debra Dalgleish has some techniques for resetting the last used cell at:
http://www.contextures.com/xlfaqApp.html#Unused

Surreal wrote:

I want to be able to hit "end of page" (CTRL END) and have it go no further
than row 100 and column AZ but i cannot figure out how to do it.


--

Dave Peterson
  #5   Report Post  
Don S
 
Posts: n/a
Default

On Tue, 15 Mar 2005 04:29:04 -0800, "Surreal"
wrote:

I want to be able to hit "end of page" (CTRL END) and have it go no further
than row 100 and column AZ but i cannot figure out how to do it.


You can hide the rows and columns you won't be using. Just select
(place your cursor in the beginnging row to hide) hold down the shift
key and press end+down arrow. Then format / rows / hide. Do the same
for columns.

I use this a lot to define where my worksheets stop so I don't go
paging all over the place for data not in view.

Don S
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
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
How do I unhide rows 1 through 28 on an Excel worksheet? Spokeshave Excel Worksheet Functions 2 January 12th 05 04:03 PM
How do I pick a number from a list in Excel? pugsly8422 Excel Worksheet Functions 4 January 3rd 05 06:07 PM
Does Excel 2000 have a 'datedif' function to calculate the number. Kaddy Excel Worksheet Functions 7 December 11th 04 08:53 PM
Can the number of times undo is used in Excel 2002 be increased? Austrian Hannes Setting up and Configuration of Excel 2 December 6th 04 05:54 PM


All times are GMT +1. The time now is 08:06 PM.

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

About Us

"It's about Microsoft Excel"