In this macro, notice the Cancel as Boolean listed in the header? This means you have the option to CANCEL the primary SAVE command within this macro. So, before you end the sub, add a Cancel = True and it will suppress the other SAVE functions, leaving only the macro code to work every time.