Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
John Boyee
 
Posts: n/a
Default shortcut to scroll to last cell in row or column

Does anyone know a way to set a tab or something to stop at the bottom or
right of a table when the data ends? If i try to scroll down while selecting
data it speeds up so fast it jumps past were I want to stop. Are there any
settings to stop this issue?
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

If you hit ctrl-end, do you go to the bottom right corner of your data?

If you go past it, then visit Debra Dalgleish's site to see how to reset that
lastused cell.
http://www.contextures.com/xlfaqApp.html#Unused



John Boyee wrote:

Does anyone know a way to set a tab or something to stop at the bottom or
right of a table when the data ends? If i try to scroll down while selecting
data it speeds up so fast it jumps past were I want to stop. Are there any
settings to stop this issue?


--

Dave Peterson
  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

John

How about a macro to go to bottom of selected column(s)?

Sub GODOWN()
Dim maxrow As Long
With ActiveCell.Parent.UsedRange
maxrow = .Cells(.Cells.Count).Row + 1
End With
ActiveCell.Parent.Cells(maxrow, ActiveCell.Column).End(xlUp).Select
End Sub


Gord Dibben Excel MVP

On Thu, 23 Jun 2005 09:23:08 -0700, "John Boyee" <John
wrote:

Does anyone know a way to set a tab or something to stop at the bottom or
right of a table when the data ends? If i try to scroll down while selecting
data it speeds up so fast it jumps past were I want to stop. Are there any
settings to stop this issue?


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
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Help with macro looping and color query function kevinm Excel Discussion (Misc queries) 10 May 26th 05 01:25 AM
How do I reference every "n" cell in a column in Excel? Alma Excel Worksheet Functions 2 March 22nd 05 06:19 PM
same cell from multiple sheets into one column Kel Excel Discussion (Misc queries) 0 February 18th 05 12:53 AM
Move the last entry in a column to a different cell, when the loc. MicroSoft Excell (?) Excel Worksheet Functions 2 January 7th 05 09:29 PM


All times are GMT +1. The time now is 02:49 PM.

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"