Public Declare Sub FCALL3 Lib "C:\My Documents\Debug\FCALL3.dll" (ByRef xyz As Double)
the problem with this declaration is that everytime I transfer the file, I need to keep changing the path to the dll....Is there any way I can declare the dll to be in the same
folder as the excel workbook so that even if I transfer the excel file, I can just transfer the dll to the excel folder and VB automatical reads the dll ?