- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How can I automatically initialize VBA at AutoCAD startup (recent versions 2015+)?
I'm using AutoCAD P&ID 2016 and greater.
VBA does not initialize itself at AutoCad startup in despite of the following (compiled from many sources):
- acad.arx mentionning acvba.arx (should initialize VBA but does'nt)
- AcadStartup defined in acad.dvb
- acad.arx, acad.dvb are set in folder which is added to thrusted paths and support folders in preferences (Options)
Macro works fine only if I first launch a VBA command (eg.VBAMAN or VBAIDE...) which initialize VBA actually:
>Command: VBAIDE
>Initializing VBA System... ' VBA inittialze after entering the command
>VBA Startup Executing... ' Prompt from my AcadStartup VBA code
May be my information is outdated? But could not find other in forums, or did I miss something in setup or SYS VARS??
Any suggestion?
Thanks in advance for help
Solved! Go to Solution.