Quote:
Originally Posted by Kalü
I have tested it with only one record. It saves the document under the correct name AND giving me the msg if I want to save changes in letters1 like described above
As if it wants to save the document twice...
|
That strongly suggests you've messed with the VBA code.
Quote:
Originally Posted by Kalü
Excel is also changing the date format in the "ID" (Name of output file)... what sould be 2019.02.06 is getting 06_02_2019 
|
Which is what it's supposed to do - you shouldn't have periods in file names, so the code changes them to underscores.