Vba program removed when autocad restarts

Vba program removed when autocad restarts

Anonymous
Not applicable
501 Views
3 Replies
Message 1 of 4

Vba program removed when autocad restarts

Anonymous
Not applicable

Hello,

 

I insert my program in in vba in autocad,

When i restart my Autocad i need to add my vba program again. 

 

I dont know why my vba program get removed every time i restart autocad.

Does somebody knows what to do about this problem?

 

Thanks

0 Likes
502 Views
3 Replies
Replies (3)
Message 2 of 4

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> I dont know why my vba program get removed every time i restart autocad.

A loaded DVB is like a loaded file in an appllication. If you close MS-Excel the loaded XLS-file is closed (and will not be opened automatically when you restart MS-Excel) ... same for AutoCAD and DVB.

You can use command _APPLOAD ==> Startup Suite Content ... to make your DVB automatically loaded.

 

HTH, - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 4

Anonymous
Not applicable

Hi,

 

I tried to use appload, so my program loads when autocad starts up,

But no succes, When i restart the AutoCAD i need to do the appload again.

Its like my autocad used a resetpoint every time i restart my AutoCAD.

 

So what can i do about it ?

 

Thanks.

0 Likes
Message 4 of 4

norman.yuan
Mentor
Mentor

Have you tries as Alfred said?

 

When _APPLOAD command brings up the dialog box, you look at the frame "Startup Suite" and click "Contents..." button, and add your *.dvb file to the list of applications, which will be loaded automatically into AutoCAD on its startup.

Norman Yuan

Drive CAD With Code

EESignature