M
magmike
I have a macro that inserts a pre-formatted row at the bottom of the section (or actually, just above the next section). However, when I copy the sheet, the new sheet which is named different causes the insertion on the original sheet. How would I modify this code to affect the current sheet, instead of a named sheet?
Application.Goto ThisWorkbook.Worksheets("BVE").Range("Internet_Header"), scroll:=False
Range("Analog_Row").Copy
Selection.Insert
Application.CutCopyMode = False
Thanks in advance,
magmike
Application.Goto ThisWorkbook.Worksheets("BVE").Range("Internet_Header"), scroll:=False
Range("Analog_Row").Copy
Selection.Insert
Application.CutCopyMode = False
Thanks in advance,
magmike