+ Reply to Thread
Results 1 to 2 of 2

Select cell after last used row

  1. #1
    Forum Contributor
    Join Date
    12-11-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    517

    Select cell after last used row

    Hi,
    how can i select cell after last used row. i am using this but its not working

    Range("A" & Rows.Count).End(xlUp).Select

    Thanks

  2. #2
    Forum Contributor
    Join Date
    12-11-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    517

    Re: Select cell after last used row

    figured it out thanks

    Range("A" & Rows.Count).End(xlUp).Offset(1, 0).Select

+ 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] Select matching cell and insert value 4 cells to the left of selected cell?
    By TomToms in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-03-2014, 11:46 AM
  2. [SOLVED] Keeping cell active while user form running (not having to select cell twice)
    By clo2peter in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-26-2014, 06:40 AM
  3. Replies: 4
    Last Post: 06-17-2013, 05:21 AM
  4. VBA select cell range based upon the # of rows that make up a certain merged cell?
    By clemsoncooz in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-04-2012, 12:22 PM
  5. Replies: 2
    Last Post: 12-09-2008, 12:44 AM
  6. Select Data from a cell, move down a number, select data
    By Kage_ in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-12-2007, 02:12 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