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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -