+ Reply to Thread
Results 1 to 3 of 3

Next blank Row

  1. #1
    Registered User
    Join Date
    05-23-2020
    Location
    Southampton, England
    MS-Off Ver
    Office 365
    Posts
    6

    Next blank Row

    Hi
    I have a worksheet that has 2 userforms. I have a VBA code that allows the selected records to show in a specific cells, but when I select another one it goes over the top of the first one, i need it to appear and the next blank row. Can anyone tell me what I am doing wrong.

    Please Login or Register  to view this content.

  2. #2
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Next blank Row

    what do you mean by this?
    Quote Originally Posted by Evie76 View Post
    but when I select another one it goes over the top of the first one
    obviously you are doing something with a listbox and checking to see whether line items are selected.

  3. #3
    Registered User
    Join Date
    11-03-2020
    Location
    Ranst, Belgium
    MS-Off Ver
    365
    Posts
    4

    Re: Next blank Row

    to look for an empty row on the bottom of a list i use this

    Cells(Rows.Count, X).End(xlUp).Offset(1, 0).EntireRow.Select

    x is the column you want to check for empty cells

    don't know if this helps

+ 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] G Sheets: Count 1 per row IF Col D <> blank but Col E = blank OR F <> blank but G is, etc.
    By reinmcha in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 08-18-2020, 04:09 PM
  2. VBA: Copy non-blank and paste to separate sheet ONLY blank cells (running list)
    By brolsen in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-10-2014, 03:34 PM
  3. Replies: 11
    Last Post: 09-15-2014, 02:36 AM
  4. [SOLVED] Concatenate If Blank - remove blank line if first cell is blank
    By ker9 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-27-2014, 02:14 PM
  5. Replies: 3
    Last Post: 01-23-2014, 12:19 PM
  6. Mac Excel: Hiding rows if cell blank, when being blank depends on a conditional formula
    By lee_5_5 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 06-06-2013, 11:25 PM
  7. [SOLVED] If statement that copies text from a separate worksheet, or if blank, leaves cell blank.
    By barleycorn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-22-2012, 12:30 PM

Tags for this Thread

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