VBA Excel Backup: Save copy of current workbook via VBA under a new name, keep VBA scripts, no prompt -


i need make vba script can take complete copy of current workbook , save under new name.

it need complete copy vba scripts , everything.

the user may not prompted - new file name (and location) provided code.

surely sufficient?

application.displayalerts = false activeworkbook.saveas filename:="c:\data.xlsm" application.displayalerts = true 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -