Please suggest me a VBA code, when copy any tab and rename it if the names already exist, it should auto increment by 1 instead of giving a message (That name is already taken. Try a different name).
For example if the sheets already are available as SP001-1633, SP001-1633 (2), SP001-1633 (3), then I copy and paste any tab and try to rename as SP001-1633 it should auto increment as SP001-1633 (4).
For example if the sheets already are available as SP001-1633, SP001-1633 (2), SP001-1633 (3), then I copy and paste any tab and try to rename as SP001-1633 it should auto increment as SP001-1633 (4).