Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Surfstiling
 
Posts: n/a
Default End of data definition

I have forgotten how to define an area of a worksheet as the end of file. I
basically have 30,000 to 40,000 records but want to define different area as
the end and home cells. IE if A1 to X40,000 is the data, I want to assign
A3,500 as the home and X15,000 as my end while I work with this data.

Any ideas?
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

You could hide the unused rows and columns and set that as a ViewCustom View
you could select whenever you wish.

CTRL + Home and CTRL + End will find A3500 and X15000

OR you could set the scrollarea via macro.

Sub ScrArea()
Sheets("YourSheet").ScrollArea = "A3500:X15000"
End Sub


Gord Dibben Excel MVP


On Thu, 24 Mar 2005 16:35:04 -0800, "Surfstiling"
wrote:

I have forgotten how to define an area of a worksheet as the end of file. I
basically have 30,000 to 40,000 records but want to define different area as
the end and home cells. IE if A1 to X40,000 is the data, I want to assign
A3,500 as the home and X15,000 as my end while I work with this data.

Any ideas?


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
Help with data not getting plotted Scott Ehrlich Excel Discussion (Misc queries) 2 January 25th 05 05:17 AM
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Charting data ranges that change mikelee101 Charts and Charting in Excel 2 December 16th 04 11:07 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM


All times are GMT +1. The time now is 05:57 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"