auto LOAD

auto LOAD

Anonymous
Not applicable
168 Views
1 Reply
Message 1 of 2

auto LOAD

Anonymous
Not applicable
thank you to those who helped with the layer reactor thread.

I would like to have the vba code autoloaded so that everytime
someone starts ACAD this layer protection is in force.

I tried naming the file to acad.dvb and placing it the support directory but
it does not start reacting until I open the VBA editor.

I noticed that when I start the VBA editor there is a statement at the
command
line that indicates that the VBA environment is initializing...


How to I make the VBA enviroment initialize automatically.
0 Likes
169 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
have acad.rx on the support path
a text file with the line
acadvba.arx as its first liine
"Mike Daugird" wrote in message
news:7A5E5FFD19D5693B76327A44221E97D8@in.WebX.maYIadrTaRb...
> thank you to those who helped with the layer reactor thread.
>
> I would like to have the vba code autoloaded so that everytime
> someone starts ACAD this layer protection is in force.
>
> I tried naming the file to acad.dvb and placing it the support directory
but
> it does not start reacting until I open the VBA editor.
>
> I noticed that when I start the VBA editor there is a statement at the
> command
> line that indicates that the VBA environment is initializing...
>
>
> How to I make the VBA enviroment initialize automatically.
>
>
>
>
0 Likes