Thread: DLL Call
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default DLL Call

I am using the following code to declare a dll function

Declare Function GenDate from "mydll" () as long

This is working well with the dll stored on the window
system folder, however it does not work if the dll "mydll"
is stored at the working folder.

Is there any way to solve this problem (not adding
environment system variable)?

Thanks