engrfurqan
Programmer
- Jan 5, 2009
- 20
when we are using declare statment like bellow
Private Declare Function GetTempPath Lib "abc.dll" _
Alias "GetTempPathA" (ByVal nBufferLength As Long,
ByVal lpBuffer As String) As Long
What would be location where vba will look for this dll file? This file is not there in the reference list.
Private Declare Function GetTempPath Lib "abc.dll" _
Alias "GetTempPathA" (ByVal nBufferLength As Long,
ByVal lpBuffer As String) As Long
What would be location where vba will look for this dll file? This file is not there in the reference list.