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!

DVB Won't Unload

Status
Not open for further replies.

CanonShooter

Structural
Joined
Oct 14, 2005
Messages
39
Location
US
I am loading a DVB (VB Project) into an ACAD dwg. Once it is loaded, I can't Unload it. I keep getting a "invalid filename" message. I have tried using "vl-vbaunload" and "vbaunload", etc., but nothing.

So, can you unload a DVB? I know I loaded it with a VBA load command, but is the filenmae error because it isn't a VBA?

Here is what I am loading (and running)
(vl-vbaload "c:\\bomstart.dvb")
(vl-vbarun "bomstarter")

TIA
 
As a check, can you unload it with VBAMAN?

"Everybody is ignorant, only on different subjects." — Will Rogers
 
I have used this before

(command "_VBAUNLOAD" "YourMacro")

"Everybody is ignorant, only on different subjects." — Will Rogers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top