V
Vap
I have VBA code in an excel workbook that calls a DLL. Depending on
parameters passed, the DLL could have errors. When this happens the DLL
passes back an error code. However, when I try to access the error code (or
any other variable from the DLL), I get a error dialog box to show up. The
code will not continue until I click in the box. Is there any way to
eliminate this error dialog box from showing up?
As a corollary, I have noticed that error trapping does not work in the VBA
for DLL calls.
parameters passed, the DLL could have errors. When this happens the DLL
passes back an error code. However, when I try to access the error code (or
any other variable from the DLL), I get a error dialog box to show up. The
code will not continue until I click in the box. Is there any way to
eliminate this error dialog box from showing up?
As a corollary, I have noticed that error trapping does not work in the VBA
for DLL calls.