Bonjour,

comment faire pour supprimer un process EXCEL crée par interop?

j'ai essayé ca mais ca marche pas:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
 
 Dim exc As Microsoft.Office.Interop.Excel.Application
 
 exc = New Microsoft.Office.Interop.Excel.Application
 
 
 If exc Is Nothing Then
 
 
 
            Else
 
                exc.Quit()
 
                exc = Nothing
 
 
            End If


merci d'avance