+ Reply to Thread
Results 1 to 4 of 4

easy way to find bottom row in worksheet data?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    easy way to find bottom row in worksheet data?

    I'm wondering if there is an easy function for identifying the bottom of data. excel well scroll to an infinite number of cell rows or records but it seems to kind of know what the limits of records are as being used on the current worksheet.

    i can't just use ISBLANK in a given column on these records because some fields are missing. and there are an empty row or two internally to the records so I'd end up having to do a lot of IF checking that all the cells in a row were empty int he columns that have data and the there was nothing below them for half a dozen records to really know that i was at the end.

    I need something like BOTTOM or LAST.RECORD or something that i can't find . . .

    anybody got the magic bullet.

    thanks

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: easy way to find bottom row in worksheet data?

    LastRow = Cells(Rows.Count, "A").End(xlUp).Row
    Where A is the column you know has data in
    If someone has helped you then please add to their Reputation

  3. #3
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Re: easy way to find bottom row in worksheet data?

    PS - i used to know how to mark stuff SOLVED. is there just a glyphic toggle that i don't recognize these days or . . .

  4. #4
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Re: easy way to find bottom row in worksheet data?

    thanks for that. I'm kind of a conscientious objector to VBA. I spent all that time learning XLM and then they kick me overboard. At least it still runs on 2011 for the Mac. and my old XLM macro.fun documentation for XLM 4.0 came through:

    SELECT.LAST.CELL()
    brian

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Easy macro for copying data to new worksheet
    By Seeboo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-17-2015, 07:59 AM
  2. [SOLVED] Copy Data from one worksheet to bottom of another worksheet
    By melrose0507 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-26-2015, 02:43 PM
  3. Find top and bottom 5 companies
    By EuroGorilla in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-23-2012, 01:10 PM
  4. can't find the tabs at the bottom
    By nonnync in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 09-05-2011, 11:39 AM
  5. Worksheet 1 to Worksheet 2 functions - Super Easy Problem - I just dont know
    By theshark43 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-21-2010, 11:47 AM
  6. Easy but I can't find it!
    By [email protected] in forum Excel General
    Replies: 2
    Last Post: 04-07-2006, 12:25 PM
  7. Replies: 1
    Last Post: 01-24-2005, 09:06 PM

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