D
Dan
This should be simple but apprently it's not.
I am trying to programaticly have vba close the Excel
Application out completle not just a window or workbook
from my ppt code module. Somthing like this
This Sub is in a module within a PPT File which is open at
the time the sub is run.
Sub CloseExcel()
Excel.Application.Quit
End sub
Why is it not closing the Excel application ?
I am trying to programaticly have vba close the Excel
Application out completle not just a window or workbook
from my ppt code module. Somthing like this
This Sub is in a module within a PPT File which is open at
the time the sub is run.
Sub CloseExcel()
Excel.Application.Quit
End sub
Why is it not closing the Excel application ?