Visual Basic 6.3

J

John S Malamon

How can I create a DLL file in Visual Basic 6.3. The Make
*.DLL File command on the File Menu is not present on this
version whereas it is on V.B. 6.0.....?
 
J

jaf

Hi John,
I think you may be confusing VB6 (VB), VB7 (vb dot net) and VBA (visual
basic for applications), as the latter is used in Excel.

VBA has no make file ability for .exe, .dll or anything else. Code is
compiled at run time in VBA.
 
C

Chip Pearson

VBA has no make file ability for .exe, .dll or anything else.

The Developer Edition can compile code to ActiveX DLLs to create
COM add-ins.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top