Message 1 of 5
insert leaders at the coordinate use the text and coordinates from an excel file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to insert a bunch of leaders with text using easting and northings as x an y. I've tried the following formula:
=CONCATENATE("(command ",CHAR(34),"_MLEADER",CHAR(34)," ",CHAR(34),B4,",",C4,CHAR(34)," ",CHAR(34),D4,",",E4,CHAR(34)," ",CHAR(34),A4,CHAR(34),")")
but I keep getting
Command: (command LISP command is not available.
Command: "_MLEADER" Unknown command ""_MLEADER"". Press F1 for help.
Command: "2.1,3.4" Unknown command "1,3.4"". Press F1 for help.
Command: "3.6,3.9" Unknown command "6,3.9"". Press F1 for help.
Command: "ID1")
Unknown command ""ID1")". Press F1 for help.
I'm not to experienced with AutoCAD so appreciate any help. Thanks.