RUN-TIME ERROR -2146959355 (80080005) EXCEL.APPLI

MAUROBRAGA 11/12/2023 18:03:49
#501952
Tenho obtido o seguinte erro somente em alguns pc mais antigos sob win10:

Run-time error -2146959355 (80080005) Excel.Application Run-time application defined error -2146959355 (80080005)

Estou lendo uma planilha com as instrucoes abaixo:

Public EaPlanilhaPrecos As New Excel.Application
Public EwPlanilhaPrecos As Excel.Workbook
...
Set EwPlanilhaPrecos = EaPlanilhaPrecos.Workbooks.Open(CopiaPlanilhaPrecos)
EwPlanilhaPrecos.Sheets(SubPlanilha).Select
...
Codus = EwPlanilhaPrecos.Application.Cells(Linea, 1).Value
...
EwPlanilhaPrecos.Close False
Set EwPlanilhaPrecos = Nothing
Set EaPlanilhaPrecos = Nothing
Faça seu login para responder