samifox Posted November 9, 2015 Posted November 9, 2015 hi, this is my first VBA's post, so my knowledge about it is minimal at the moment, but i have some autolisp experience but i don’t think it can help my with my task. i have about 200+ drawings, my task is to change a strip text value, open x.dwg drawing look for the text "95% Design" and set it to "100%" Design save and close any snippet code will be much appreciated Thanks Shay Quote
BIGAL Posted November 10, 2015 Posted November 10, 2015 (edited) So simple using a script, you will need a find lisp to change text check Lee-mac.com, http://www.lee-mac.com/bfind.html depending on the complexity of your directory structure around 5-10 mins to make script for 200 dwgs. Pretty sure Lee also has a script generator. open dwg1 load change 100% lisp save c open dwg2 load change 100% lisp save c open dwg3 load change 100% lisp save c open dwg4 load change 100% lisp save c etc Edited November 10, 2015 by BIGAL find & replace Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.