vba insert row

  1. B

    VBA Insert row causes Excel to crash

    Excel crashes when inserting (and occasionally when deleting) rows in VBA. I have tried the following fixes, but none helped: Ran the Microsoft Office Repair program for Office 2010 Deactivated all ADD-IN modules Tried: Application.EnableEvents = False I've used various methods to insert...
  2. L

    Inserting rowsbelow using VBA and pasting row above into inserted cells

    Hello, I am new to VBA. Right now I am really struggling to do this. I need to create a macro that reads the value of a column, (column F), and depending on the value of the cells in the column, it will insert rows below. If the value in column K is greater than one, it will insert n-1 rows...
  3. E

    VBA assist inserting rows with text before and after in same column that insert depend son

    Hi all I am using the following code: Private Sub Worksheet_Change(ByVal Target As Excel.Range) If Target.Column <> 9 Or Target.Count <> 1 Then Exit Sub If Target.Row = Cells(65536, 9).End(xlUp).Row Then _ Target.Offset(1, 0).EntireRow.Insert End Sub it allows me to insert a blank...

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