Forum Discussion

Alejandro Dopazo's avatar
Alejandro Dopazo
Copper Contributor
Jul 04, 2019

DLL declared in VBA in Excel for Mac 2016 not Found, Error53

I am working in Excel for Mac v 16.26 in two different Mac computers. I am calling a function 'TestF' in a DLL 'libTest.dylib' declared in VBA:

 

Private Declare PtrSafe Function TestF Lib "libTest.dylib" Alias "_Z6test_fPc" (ByVal Str As String) As Double

 

Function works like a charm in one of my Mac computers, but when called in other Mac computers reports the error message attached:

 

1 Reply

  • JKPieterse's avatar
    JKPieterse
    Silver Contributor
    I would guess that the dll in question needs to be installed on the other computer?

Resources