next empty row

  1. WildBurrow

    Tweaking Finding Next Empty Row Based on Column other than 'A'

    I found the following code on this website. Works great if I want to paste to the same location each time. However, I want to allow the user to add additional information at a later time and I need the code to find the next available row/cell based upon column H. Dim Fname As Variant...
  2. O

    copy and past data from specific cells from multiple workbooks to master workbook (but need to copy the cell even if it is empty)

    Hello , i need to make the bellow code copy even blank cell (to avoid input data from 2 workbooks in the same row), because the final output is going to be storing the data from each workbook to a single row . Sub Copy_specific_Cells_From_other_workbooks_auto_RF() Dim FileName$, sPath$ Dim...
  3. K

    VBA code to paste values of specific cells onto next empty row on another sheet

    I can't figure out how to edit this code to paste values. I've search so many forums. Can anyone help? Sub SUBMIT() ' ' SUBMIT Macro ' ' Dim ws1 As Worksheet, ws2 As Worksheet Dim DestRow As Long Set ws1 = Sheets("Entry Form") Set ws2 = Sheets("Reconcile") DestRow =...
  4. L

    Dynamically insert text into next empty row with userform & copy specific cells/range into next empty row if it meets criteria

    Hello Everyone, I'm sure there's a similar thread out there that addresses this issue, but I'm having trouble applying the correct codes to work with my spreadsheet. There are two things I want to do here: 1) Dynamically insert text into next empty row with userform 2) Copy specific...
  5. T

    Combobox value loop column lookup and return all matching results to a sheet

    I have a little trouble with this one. I have three combo box that I required the value of each box to lookup the data in Sheet 1 Column E, F, G and when a match is found return row number so that all data in Column H, I, j, k, L are placed to Sheet 2 in the next available empty row. However...
  6. M

    Insert last day of previous month, copy and paste to next empty row

    Hi, I have a code to copy and paste to next empty row from workbook X to Y column B(+3). I'm trying to insert the last day of previous month format (MMDDYY) but in column A . So if the next empty row pasted in cell B20 to insert the last day of previous month only in A20. My code so far. Sub...
  7. N

    Cant get Macro to go to next empty row

    Hey everyone, I have created a macro to copy information from one workbook and paste in another. I'm putting in If statements and the only problem is that I cannot figure out how to get the macro to go to the next empty row if the condition is met for both of the if statements. Please help me...
  8. M

    Macro - enter data in next clear row after every run

    Hello, I have a question that is similar to ones asked before but succinctly different. i have a macro that - copies rows from one sheet into another sheet based on a set of criteria - the very very very first time the macro is run, the first row of data should be put into row 7 (formatting...
  9. W

    VBA Autofilter Conditional on Value of String

    Hi, I am writing some code to loop through all of the worksheets in a workbook (except for the first "Continuous" worksheet), autofilter each worksheet differently depending on the value of a string in each worksheet and copy the resulting filtered data from each worksheet back to the main...
  10. B

    Insert data from userform into table depending on headers of that table

    Hi all, was working on this problem AGES ago, and could never find a simple solution. i'm SURE there has to be an easy way to do this, it would only make sense given the scenario. Scenario: Userform with 5 x textboxes. a NAMED 5 column table "Table1" that has headers, obviously real data...
  11. M

    Find next blank row but not past row 35?

    Hello Everyone, I want a macro that will find the last blank row but only up to row 35 (not beyond row 35). I found the below macro online and it works very well but on my spreadsheet it will go past row 35! The range I want to look in is from cell B11 down to cell B35. I need to select the...
  12. joshuafournier

    copying and having blank rows...

    Good Morning, i have 2 sheets one i copy data from "Log transfer" , and the other i copy data to "Log" in a table. since everyday someone will be transferring this data i was hoping to get rid of the blank rows. or atleast put the blank rows at the bottom. i have the rest of the sort how i...
  13. A

    Macro that will find the next empty row in a table

    Hi...I am currently working on a budgeting project in MS Excel 2010 and need to copy data from one worksheet to the first available row on the main data worksheet. All of the data on the main worksheet is listed in a table. I have found a code that will take me to the first empty row, however...
  14. J

    Send data to next available row in a closed protected workbook using a Loop

    I have 2 workbooks. One is a Work Order that I have programmed several user forms to populate different sheets. This document is set up using named ranges to make my coding easier for people to understand in my company. The second is a Custom Panel Log (Database in excel) that we use to track...
  15. D

    VB writing on line two when not on active sheet.

    Hi Guys I have a glitch in my program. It works fine only when i run it from the developer and the selected sheet is active. However when I launch it on the wrong sheet, it writes to the correct sheet but does not write in the correct row. Instead it writes to the second row everytime, deleting...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top