Application.Quit
Hi,
Activeworkbook.close
You may be prompted to save changes and if you don't want that use
Application.displayalerts=false
or you can save automatically
ActiveWorkbook.Close savechanges:=True
Mike
"kirkm" wrote:
Application.Quit closes Excel. Is there an equivalent that
just closes the Workbook ?
Thanks - Kirk
|