Hi,
I was able to set the layer in R14 with a macro, but I am unable to do the same in AutoCAD 2000. Can some help me in this matter.
With regards,
Barto.
Here cut and past this into the macro area of your button
^C^C-layer s DIM; ;_dimlinear
you should keep the two spaces between the ;; because they also emulate the enter command.
The only problem with this is if the dim layer is not there then it cannot set it current.