Hello,
I want to close Excel after closing my workbook, but not sure of the syntax. Here is the code I have to close the workbook(but still leaves Excel 2010 open)
Sub GotoCloseWorkBook()
'
' GotoCloseWorkBookMacro
'
ActiveWorkbook.Close True
End Sub
Thanks for your help
I want to close Excel after closing my workbook, but not sure of the syntax. Here is the code I have to close the workbook(but still leaves Excel 2010 open)
Sub GotoCloseWorkBook()
'
' GotoCloseWorkBookMacro
'
ActiveWorkbook.Close True
End Sub
Thanks for your help