+ Reply to Thread
Results 1 to 3 of 3

Find the second available row below row 38.

  1. #1
    Forum Contributor
    Join Date
    11-17-2009
    Location
    PA USA
    MS-Off Ver
    Excel 2000
    Posts
    184

    Find the second available row below row 38.

    I want to find the second available row below row 38.

    I found this code to find the first available row, but I don't understand it enough to make it do what I want for row 38.

    Can you help me understand the code so I can find the second available row below row 38.


    Dim iRow As Long
    Dim ws As Worksheet
    Set ws = Worksheets("PartsData")

    'find first empty row in database
    iRow = ws.Cells(Rows.Count, 1) _
    .End(xlUp).Offset(1, 0).Row

    Thank you for helping me.

  2. #2
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Find the second available row below row 38.

    If u want to find second emty row... maybe

    Please Login or Register  to view this content.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  3. #3
    Forum Contributor
    Join Date
    11-17-2009
    Location
    PA USA
    MS-Off Ver
    Excel 2000
    Posts
    184

    Re: Find the second available row below row 38.

    Thank you.

    How do I specify to start looking for empty rows at row 38?

+ 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