create copy open normal.dot in specific backup folder
I am working with Office 365 and MacOS. While developing macros in Normal.dot i want to backup the current work (complete Normal.dot) in a specific backup folder ("/Users/.../MyData/BackupFiles/") with a timestamp in the name ( ... & Format(Now, "YYYY-MM-dd hh:mm")) and if possible some additional comment entered by an dialog box (InputBox("comment the backup:")) like I have this in Excel.
I am new with VBA in Word could not find any solution for this.
|