Skip to content

Instantly share code, notes, and snippets.

@altinturk
Last active November 29, 2021 14:11
Show Gist options
  • Save altinturk/ef70bff503ad488aee1a44747b2f06ba to your computer and use it in GitHub Desktop.
Save altinturk/ef70bff503ad488aee1a44747b2f06ba to your computer and use it in GitHub Desktop.
VBA for Excel Tips Tricks
'The following macro closes the workbook without saving changes:
ActiveWorkbook.Close savechanges:=False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment