MS Publisher Macro Issue
Hi
I'm trying to write a macro to close all open pages in Publisher without having a prompt ask whether I want to save.
I came up with this :
Sub Close_Without_Saving_Changes()
' Close_Without_Saving_Changes Macro
Application.Quit SaveChanges:=pbDoNotSaveChanges
End Sub
But it's not working.
Can someone help?
Best Wishes
|