Results 1 to 8 of 8

Select next blank row

Threaded View

  1. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Select next blank row

    You aren't answering what i asked.

    This will find the last used cell in Column A, +1 to get the next empty oner.
    Dim NextRw As Long
    With Sheets("Sheet1")
    'find last used cell in Column A
    NextRw = .Cells(.Rows.Count, 1).End(xlUp).Row + 1
    End With
    I've asked what the whole code is doing so that i can suggest code
    Last edited by royUK; 12-15-2010 at 09:36 AM.

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