+ Reply to Thread
Results 1 to 2 of 2

End of data definition

Hybrid View

  1. #1
    Surfstiling
    Guest

    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. #2
    Gord Dibben
    Guest

    Re: End of data definition

    You could hide the unused rows and columns and set that as a View>Custom 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"
    <Surfstiling@discussions.microsoft.com> 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1