VBA startup with a template

VBA startup with a template

Anonymous
Not applicable
208 Views
1 Reply
Message 1 of 2

VBA startup with a template

Anonymous
Not applicable
I have some VBA code in Access that I use with R14 to start a new drawing
with a defined template. The code does not work with 2000. I am not a VBA
expert and do not generally program in AutoCAD.
Can anyone point me in the right direction or perhaps provide some sample
code.
Thanks for your help
Alex
0 Likes
209 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
AcadApplication.Documents.Add([TemplateName])

--
http://www.acadx.com


"Alec" wrote in message
news:B38B369E09938FC28DA21EC161941B44@in.WebX.maYIadrTaRb...
> I have some VBA code in Access that I use with R14 to start a new
drawing
> with a defined template. The code does not work with 2000. I am not
a VBA
> expert and do not generally program in AutoCAD.
> Can anyone point me in the right direction or perhaps provide some
sample
> code.
> Thanks for your help
> Alex
>
>
>
0 Likes