Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run APPLOAD from VBA

Status
Not open for further replies.

CanonShooter

Structural
Joined
Oct 14, 2005
Messages
39
Location
US
How do you tell AutoCAD to run APPLOAD on a certain "application or file", from inside a VBA program? Also, I'd prefer to not have to pick the app from the APPLOAD dialog.

TIA
 
Hi CanonShooter,

Code:
Application.LoadDVB "File.DVB"

HTH
Todd
 
Thanks. I got it load (using loadARX instead), but I appreciate it.

Now I need to run the dumb thing once it is loaded. When I load it using APPLOAD, it executes itself, but when I do it in VB, it just loads.
 
I'm all fixed up...except for the dumb Macro Enable warning message that pops up. MIS wants it to continue to pop up, but I don't see a list of safe ones, or a way in, say, the ACAD Startup to disable it, load a VBApp, and then re-enable it.

If anybody knows, let me know...

TIA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top