Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
SpecialCells(xlConstants) If Not SheetExists(cell.Value) Then Sheets(cell.Offset(, 1) & " Master").Copy After:=Sheets(Sheets.Count ) With ActiveSheet .Name = cell.Value .Range("A1").Value = cell.Value End With End If .Activate Next cell End With End Sub
This action might not be possible to undo. Are you sure you want to continue?