Hi all,
I have a vba set up already that works perfectly.
Shown below (Any simplifications would be brilliant)
Sub sbVBS_To_Delete_EntireRow()
Rows(1).EntireRow.Delete
ActiveSheet.Name = "Master"
'Updateby20150707
Dim Rng As Range
Dim xInterval As Integer
Dim xRows As Integer
Dim...