Skip to content

Instantly share code, notes, and snippets.

@agbishara
Created April 15, 2014 16:04
Show Gist options
  • Save agbishara/10744114 to your computer and use it in GitHub Desktop.
Save agbishara/10744114 to your computer and use it in GitHub Desktop.
If your producing a set of workbooks, this hides the save prompt
Application.DisplayAlerts = False
Tempbook.Save
Application.DisplayAlerts = True
Tempbook.Close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment