Message 1 of 3
Check if VBA Project is loaded...

Not applicable
05-23-2001
12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any way to check (in AutoLISP)
what (if any) VBA project is loaded?
Basically I'm using AutoLISP to initialize
my VBA App. and it works fine
in AutoCAD 2000i with
(command "-vbarun" path!project.module.macro)
however in AutoCAD R14 (& 14.01)
which are also being used to run the App.
cannot use this syntax. it can only use
module.macro
It's great in AutoCAD 2000i because the
command loads and runs the App.
but in AutoCAD 14 (& 14.01) you have to load
the project first...
How do I check to see if the project is already loaded?
(In AutoLISP)
TIA
Thomas Smith
what (if any) VBA project is loaded?
Basically I'm using AutoLISP to initialize
my VBA App. and it works fine
in AutoCAD 2000i with
(command "-vbarun" path!project.module.macro)
however in AutoCAD R14 (& 14.01)
which are also being used to run the App.
cannot use this syntax. it can only use
module.macro
It's great in AutoCAD 2000i because the
command loads and runs the App.
but in AutoCAD 14 (& 14.01) you have to load
the project first...
How do I check to see if the project is already loaded?
(In AutoLISP)
TIA
Thomas Smith