Como mato al Excel.Aplication?
Publicado por Diego (11 intervenciones) el 19/07/2008 18:40:38
Como mato al Excel.Aplication? que me queda abierto
Dim objExcel As New Excel.Application
Dim xLibro As Excel.Workbook
Set xLibro = objExcel.Workbooks.Open(App.Path + "" + List1.List(Cont))
Esto no me funca:
Set xLibro = Nothing
Set objExcel = Nothing
Agradesco cualquier ayuda
Dim objExcel As New Excel.Application
Dim xLibro As Excel.Workbook
Set xLibro = objExcel.Workbooks.Open(App.Path + "" + List1.List(Cont))
Esto no me funca:
Set xLibro = Nothing
Set objExcel = Nothing
Agradesco cualquier ayuda
Valora esta pregunta


0