Close Excel from Access
Hello,
from Access make use of sheet of Excel for generate a graph.
Beacuse Excel remain in backgroud execution?
I use this code for close the Workbook without save:
myXLwb.Application.ActiveWorkbook.Close False
and this for close the Excel application:
xlApp.Application.Quit
where mistake?
Thx.
|