I need to save the Open workbook and overwrite the existing one without any message about overwriting.
I want to keep all the changes made.
The Workbook is called "Weekly Surveys".
I know i need to use:
Application.EnableEvents = False
'
' NOT SURE WHAT CODE TO USE
'
Application.EnableEvents = False
Application.quit
Please could someone tell me the code to use.
TIA
I want to keep all the changes made.
The Workbook is called "Weekly Surveys".
I know i need to use:
Application.EnableEvents = False
'
' NOT SURE WHAT CODE TO USE
'
Application.EnableEvents = False
Application.quit
Please could someone tell me the code to use.
TIA