I think the macro would go something like this:
^C^CPINSERT;c/name of folder here/titleblock.dwg;
This should automate the insertion of the titleblock.
Registered forum members do not see this ad.
I am trying to make a new Tool bar button with the Customise User Interface. I am wanting to insert a title block into a drawing. The only way I can seem to do it is if the block is already loaded into the open drawing. I want to know if there is a way to insert the title block if it is not already loaded in the drawing. And what would the macro code be?
Thanks much.
PS I am fairly new to macros and what not
I think the macro would go something like this:
^C^CPINSERT;c/name of folder here/titleblock.dwg;
This should automate the insertion of the titleblock.
"I have only come here seeking knowledge. Things they wouldn't teach me of in college." The Police
Eat brains...gain more knowledge!
bookmarked for FAQ
do we already have an instruction for how to get started with a title block in a new sheet?
Find your newbest friend
at
Rain Rescue
If you are a good drafter, tech will help. If you are a bad drafter, nothing will help. - Jack_O'neill at CADTutor
It did? Dang, I may try that myself. You're welcome jimcad.
"I have only come here seeking knowledge. Things they wouldn't teach me of in college." The Police
Eat brains...gain more knowledge!
Registered forum members do not see this ad.
I modified it a bit. My exact code is as follows.
^C^CPSPACE;-INSERT;"S:/folder/folder/titleblock.dwg";0,0;;;;
It has a insertion point of 0,0
scale of 1, and rotation of 0degrees
Bookmarks