Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Declaring a tab name as a variable | Excel Programming | |||
Declaring a tab name as a variable | Excel Programming | |||
declaring public variable value | Excel Programming | |||
Declaring Variable as VBConstant | Excel Programming | |||
Declaring a variable? | Excel Programming |