View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default Visual Basic 6.3

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.


--

John

johnf202 at hotmail dot com


"John S Malamon" wrote in message
...
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.....?