View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] leejinhoo@gmail.com is offline
external usenet poster
 
Posts: 2
Default Read ".dll" files, the Macro "work flow" and the actual values of the variables when Macro is running

Thank you very much for your help.

So how is the ".dll" file created?



On May 16, 11:30 am, merjet wrote:
Reply to your 1st question:
You can't read a ".dll" file. It's short for dynamic link library and
is compiled code. Somebody wrote source code to create the dll, but
that's typically proprietary. A dll includes one or more Public
"object" variables that allow access to it. A client application gains
access by declaring an "object" variable of the appropriate type.

Hth,
Merjet