Thread: Load Dll
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Lisandro Oliveira Lisandro Oliveira is offline
external usenet poster
 
Posts: 6
Default Load Dll

Hi Joel,
I need to read this dll and execute the WaitPSSync() function.
This is the address "C:\apps_pub\tn327080\ehllap32.dll" where it is in my
machine.

regards,
Lisandro

"Joel" wrote:

What do you mean by load. Do you mean you want to open and read the file.
Or do you mean that you want to copy ehllap32.dll to the path that you show.

Does WaitPSSync() require that the dll be in the directtory shown?

"Lisandro Oliveira" wrote:

Does anyone know how can I load a dll from vba (excel)

Path: "C:\apps_pub\tn327080\ehllap32.dll

I need to execute this function: WaitPSSync()

Tks,
Lisandro Oliveira.