Hi,
I would like to adjust my macro (see the code at the bottom) so it will delete every worksheet higher than sheet(16). Sheet(16) can not be deleted.
Currently I am using this line, which I do not like.
With ThisWorkbook
.Sheets(17).DELETE: .Sheets(18).DELETE: .Sheets(19).DELETE...