View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ibbm ibbm is offline
external usenet poster
 
Posts: 16
Default how to call a dll that requires parameters...

I have created a dll in foxpro that requires 5 parameters for getting date
such as From date, todate, from client, to client.

I would like to test this in excel by calling the DLL and putting the
extracted data in the worksheet.

Thanks in advance