Hey community,
i use following VBA
Sub BonaquaASM1()Application.ScreenUpdating = False
Dim Markets As Worksheet, lr As Long
lr = Cells.Find("*", , xlValues, , xlRows, xlPrevious).Row
Set Markets = Sheets("sheet4")
Sheets("DATA").Range("A1:A" & lr).Name = "run"...