View Single Post
 
Old 06-16-2013, 11:36 AM
Chayes Chayes is offline Windows XP Office 2003
Advanced Beginner
 
Join Date: May 2012
Posts: 79
Chayes is on a distinguished road
Default 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
Reply With Quote