insert blank row

  1. J

    insert blank row if the left(cell,3) is different then one above

    I need to insert a blank row if the left, 3 does not match. the code below, does not separate correctly. Application.ScreenUpdating = False Dim iRow As Integer, iCol As Integer Dim oRng As Range Set oRng = Worksheets("doc1").Range("A2") iRow = oRng.Row iCol = oRng.Column Do ' If...
  2. I

    Macro to insert blank row after data value change for multiple rows

    Hello, I am having some trouble with figuring out how to insert blank rows to my data set. I have been able to find information and figure out how to insert blank rows based off of one column. The problem for me is that I need to be able to do this for multiple columns where the data value...
  3. U

    Insert Row if the Entire Row Cell has Zero

    Hi Guys, How can I insert a blank row if the entire row has zero ? Before: <tbody> Name Track1 Track2 Track3 Track4 Ben 1 1 1 2 Sam 3 4 5 6 Anna 1 0 5 9 Ted 0 0 0 0 </tbody> After: <tbody> Name Track1 Track2 Track3 Track4 Sam 3 4 5 6 Ben 1 1 1 2 Anna 1 0 5 9...
  4. A

    Find text and insert nth blank rows above until text is on row 20

    Hi Guys, I am looking for a bit of help to move some data down to a specific row across multiple worksheets. I have the text "Name" in column B, the text "Name" could be on any row from 1 to 15. There will only be 1 occurrence of the text per worksheet. I would like to insert blank rows above...
  5. S

    Insert New Row VBA Macro

    Hello I am trying to insert a new sheet row using VBA and then change the Interior.ColorIndex of specific cells in the new row. I am using ActiveCell.Offset(1).EntireRow.Insert to insert a new row below the active cell, but I am unsure how to change the background color of specific cells in...
  6. D

    VBA- Insert 3 blank rows based on date

    I have run into a bit of a wall with this one...I have a list of items that were printed and a date timestamp on each line. My goal is to scan down the rows and insert 3 blank rows after each date change. I have found a way to insert a blank row after unique values. Code is below. .. Sub...
  7. klynshoe

    Insert Row Macro - help with small edit please!

    I was provided a while back with the following macro that inserts a blank row based when the contents in the first Column (A) change. I need to change it to the 3rd Column (Column C). Can anyone help me with this edit? Sub InsertRows() Dim lr As Long, i As Long lr = Cells(Rows.Count...
  8. A

    Taking Specific Cells in a Variable Range of Rows and Inserting those Cells in a Different Worksheet

    I am trying to solve an issue which I am struggling with greatly, and any help on it would be very much appreciated. I will try to break the issue out into steps in hope that it might be helpful. I have sheet1 that already contains information and sheet2 with information that I want to insert...
  9. N

    Insert Table Row Help! I've tried all the threads' comments I could find already...

    Please help; I've tried about 25 versions of different forums' code to insert a line into a table--but no luck yet. I'm just trying to have a macro that goes down a vertical list of dates in a table, starting in cell AS8, and does the following: First checks to see if the cell to the left (AR8...
  10. M

    URGENT! HOW to Insert specific row and copy/ paste some REQUIRED data?

    Hi there, Greeting! I have very big and serious problem. I am doing the work manually and it take long time like 2-3 days. I want some function/macro whatever your solution. Problem: I would like to formula/macro look the value in front of "count" mention cell (i.e B14) and insert double...

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