Message 1 of 12
AutoCAD LT - Pagesetup macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to make a shortcut for page setup, since all of our drawings have the same layout. I was automating this in Autohotkey, but it proved too cumbersome. I found out I can do the same thing with the -PAGESETUP command, so I made this macro in Long String Editor:
^C^C_-Pagesetup;
Dwg To PDF.pc3;
ARCH Expanded D (36.00 x 24.00 Inches);
i;*l;n;l;f;c;y;
mbs.ctb;
y;a;
I marked where the code stops working and switches to user input with an asterisk (*).
Can anyone tell me why this won't work?
[ The subject line of this post has been edited to include the product name by @handjonathan ]