Thread: From EXE to DLL
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default From EXE to DLL

Hello,

I've developped an exe application in VB6 that i call from vba with a
shell command. It works quite fine but is a little bit slow as a bit
of communication is done with Excel.

I wonder if it is possible to transform the application into a dll
and how. The application consist of a form with a lot of functions

In a previous post i was strongly recommended to make a dll and not an
exe, but due to insufficient knowledge, i prefereed the sraighforward
exe approach

I feel now more confident to try the dll appraoch but need some
guidance

Thanks a lot
Avi