View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
anthony anthony is offline
external usenet poster
 
Posts: 1
Default api call routines

Hi there

I am using third party DLL files to link my spreadsheets to a cash register
to download sales files.
The system works fine except that my spreadsheets crash quite often. It
seems that it is loading the DLL files into memory but it is not releasing
it from memory when it has finished.

Is there a command I can use to free the DLL file from memory.

Thank you

Anthony