M
Mike Iacovou
Hi all
When declaring some API calls, is it possible to use a variable for the
"path" ? I have a standalone DLL that would be present in the directory the
worksheet / document is opened in that won't be registered on the system
locally... its functions can be accessed by pointing to the DLL - but I have
only even seen the path to the DLL hardcoded...
Private Declare Function FunctionName Lib "path" Alias "alias" (ByVal N As
Long) As Integer
TIA
Mike
When declaring some API calls, is it possible to use a variable for the
"path" ? I have a standalone DLL that would be present in the directory the
worksheet / document is opened in that won't be registered on the system
locally... its functions can be accessed by pointing to the DLL - but I have
only even seen the path to the DLL hardcoded...
Private Declare Function FunctionName Lib "path" Alias "alias" (ByVal N As
Long) As Integer
TIA
Mike