tweacle12 Posted March 27, 2007 Posted March 27, 2007 I have a macro of which the end of its shown.With Options.DefaultBorderLineStyle = wdLineStyleSingle.DefaultBorderLineWidth = wdLineWidth050pt.DefaultBorderColor = wdColorAutomaticEnd WithActivePrinter = "\\bly-svr1\Control Bletchley LJ 4050"Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _ManualDuplexPrint:=False, Collate:=True, Background:=True, PrintToFile:= _False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _PrintZoomPaperHeight:=0ActiveWindow.CloseEnd SubThe problem I have is that its saving the document when it closes and I want it to close and NOT SAVE. Can anyone help?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now