VBA
Discuss AutoCAD ActiveX and VBA (Visual Basic for Applications) questions here.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Making a VBA Project a dll

1 REPLY 1
Reply
Message 1 of 2
Anonymous
343 Views, 1 Reply

Making a VBA Project a dll

I've seen that you can make a VB Project a dll and I tried to do it but it
keeps telling me that I can't do it with this type of project. What do I
need to do to make a dll file?

Dim vbp As VBProject

Set vbp = Application.VBE.ActiveVBProject

vbp.BuildFileName = "test.dll"
vbp.MakeCompiledFile
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Use VB6 and start it as an ActiveX dll. See our website for more info...

--
R. Robert Bell, MCSE
http://www.acadx.com


"Jason Wood" wrote in message
news:C324F90DEDCDE328A25B7E4F8EA6565A@in.WebX.maYIadrTaRb...
| I've seen that you can make a VB Project a dll and I tried to do it but it
| keeps telling me that I can't do it with this type of project. What do I
| need to do to make a dll file?
|
| Dim vbp As VBProject
|
| Set vbp = Application.VBE.ActiveVBProject
|
| vbp.BuildFileName = "test.dll"
| vbp.MakeCompiledFile
|
|

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost