View Single Post
 
Old 03-15-2019, 03:42 AM
ilreberli ilreberli is offline Mac OS X Office 2016 for Mac
Novice
 
Join Date: Mar 2019
Posts: 1
ilreberli is on a distinguished road
Default 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.
Reply With Quote