+ Reply to Thread
Results 1 to 2 of 2

First row not used code

Hybrid View

  1. #1
    Registered User
    Join Date
    10-14-2011
    Location
    St. Louis, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    67

    First row not used code

    I have 5 sheets that I want to have a macro that copy/pastes rows into a new sheet, Sheet6.

    Does anyone know the code for finding the first row in sheet6 that is not used/has no value in column A?

    Thanks so much.
    Last edited by TShelt; 12-15-2011 at 01:24 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    08-29-2011
    Location
    Mississauga, CANADA
    MS-Off Ver
    Excel 2010
    Posts
    503

    Re: First row not used code

    try this:

    dim r as long
    r = worksheets("Sheet6").usedrange.rows.count + 1
    Regards,
    Khaled Elshaer

    Remember To:
    1. Thank those who have helped you by clicking the Star below the post.
    2. Mark your post [SOLVED] if it has been answered satisfactorily.

+ 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