View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Read ".dll" files, the Macro "work flow" and the actual values of the variables when Macro is running

So how is the ".dll" file created?

A DLL is created with a language compiler, such as Visual Basic, VB.NET or
C++.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting LLC
www.cpearson.com
(email on the web site)


wrote in message
ups.com...
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