Skip to content

Instantly share code, notes, and snippets.

@Bernardstanislas
Created May 13, 2015 08:30
Show Gist options
  • Save Bernardstanislas/45b8f2536cf97227ee31 to your computer and use it in GitHub Desktop.
Save Bernardstanislas/45b8f2536cf97227ee31 to your computer and use it in GitHub Desktop.
On Error Resume Next
Sheets("Output").Delete
Sheets.Add After:=Sheets(Sheets.Count)
Set outputSheet = Sheets(Sheets.Count)
outputSheet.Name = "Output" 'name it "output"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment