+ Reply to Thread
Results 1 to 2 of 2

Finding first blank in column

  1. #1
    Registered User
    Join Date
    12-05-2005
    Location
    WA
    Posts
    83

    Finding first blank in column

    I'm trying to have the row number of the first blank cell in a column on another sheet become the value of cell w11 on sheet1

    It's in a macro ran by a button.

    Here's what I have but it's not working

    Worksheets("sheet1").Range("W11").Value =InfoList! COUNTA(a:a)+1

  2. #2
    Bob Phillips
    Guest

    Re: Finding first blank in column

    Worksheets("sheet1").Range("W11").Value
    =Worksheets("InfoList").Range("A1").End(xlDown).Row +1

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "famdamly" <famdamly.249k5e_1141674611.1245@excelforum-nospam.com> wrote in
    message news:famdamly.249k5e_1141674611.1245@excelforum-nospam.com...
    >
    > I'm trying to have the row number of the first blank cell in a column on
    > another sheet become the value of cell w11 on sheet1
    >
    > It's in a macro ran by a button.
    >
    > Here's what I have but it's not working
    >
    > Worksheets("sheet1").Range("W11").Value =InfoList! COUNTA(a:a)+1
    >
    >
    > --
    > famdamly
    > ------------------------------------------------------------------------
    > famdamly's Profile:

    http://www.excelforum.com/member.php...o&userid=29382
    > View this thread: http://www.excelforum.com/showthread...hreadid=519467
    >




+ 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