Message 1 of 7
VBA loading question...
Not applicable
03-19-2003
07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I'm working on a VBA project (dvb file) and I'm changing lines of code,
I can typically just execute the macro and the routine (sub/function/etc.)
will run with the new code. Even without having done a save of the dvb
file. Then if I open a new drawing, it's reloaded. I'm working on a
machine running XP and ACAD2000.
However, if I go to a machine running ACAD2002, I have to shutdown ACAD
completely and reopen before it'll load the modified dvb file.
Is there a way to make corrections for this?
I had thought that 2002 would reload the dvb file as it's a load call in one
of my controlling LISP functions (i.e. (vl-vbaload (strcat #JEG_VBA
"JEG.dvb")) ). However, it only seems to happen on Acad2000 systems, not
2002.
I can typically just execute the macro and the routine (sub/function/etc.)
will run with the new code. Even without having done a save of the dvb
file. Then if I open a new drawing, it's reloaded. I'm working on a
machine running XP and ACAD2000.
However, if I go to a machine running ACAD2002, I have to shutdown ACAD
completely and reopen before it'll load the modified dvb file.
Is there a way to make corrections for this?
I had thought that 2002 would reload the dvb file as it's a load call in one
of my controlling LISP functions (i.e. (vl-vbaload (strcat #JEG_VBA
"JEG.dvb")) ). However, it only seems to happen on Acad2000 systems, not
2002.