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...