View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Guriuz Guriuz is offline
external usenet poster
 
Posts: 4
Default 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.