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
Post a Comment