I need a simple macro that will close the active doc and exit Word. I have searched here and on the web and tried some out there but they only close the doc and not Word also TIA Rick
The Quit command. Application.Quit SaveChanges:=wdSaveChanges "JBK617" wrote: > I need a simple macro that will close the active doc and exit Word. > > I have searched here and on the web and tried some out there but they only > close the doc and not Word also > > TIA > Rick
George, That worked thank you very much Rick "George Lee" wrote: > The Quit command. > > Application.Quit SaveChanges:=wdSaveChanges > > > "JBK617" wrote: > > > I need a simple macro that will close the active doc and exit Word. > > > > I have searched here and on the web and tried some out there but they only > > close the doc and not Word also > > > > TIA > > Rick