Results 1 to 3 of 3

Thread: VBA for Autocad

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2014-03
    Posts
    1
    Login to Give a bone
    0

    Default VBA for Autocad

    Hi,

    I am looking for a VBA which help to open Multiple drawings from folder, bind (insert option) all external reference.
    After that drawing should be fully exploded and save in same folder.

    Does anyone help with this?

    Thanks
    Kumar

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,397
    Login to Give a bone
    0

    Default Re: VBA for Autocad

    The easiest way to do this is to write a script. Use Notepad to write a text file and save it with an *.scr extension. Then use the autocad SCRIPT command. A script just contains all the keystrokes you would type at the command line to do what you want. Then test the script on a file to make sure it works the way you want. When you get it working, use ScriptPro to run it on as many dwgs as you want. See this page to learn more about ScriptPro and download it.
    C:> ED WORKING....

  3. #3
    Mod / Salary / SM Wanderer's Avatar
    Join Date
    2001-12
    Location
    St. Louis
    Posts
    5,406
    Login to Give a bone
    0

    Default Re: VBA for Autocad

    Quote Originally Posted by helash08575153 View Post
    Hi,

    I am looking for a VBA which help to open Multiple drawings from folder, bind (insert option) all external reference.
    After that drawing should be fully exploded and save in same folder.

    Does anyone help with this?

    Thanks
    Kumar
    This handout might help: http://forums.augi.com/showthread.ph...ngs-in-a-Hurry
    Melanie Stone
    @MistresDorkness

    Archibus, FMS/FMInteract and AutoCAD Expert (I use BricsCAD, Revit, Tandem, and Planon, too)
    Technical Editor
    not all those who wander are lost

Similar Threads

  1. 2012: Problems in autocad 2012 when opening files from autocad 2011 saved as 2000
    By debora.fernandes in forum AutoCAD General
    Replies: 13
    Last Post: 2012-06-30, 02:12 PM
  2. Replies: 6
    Last Post: 2009-06-01, 07:10 AM
  3. Replies: 3
    Last Post: 2007-09-07, 04:36 PM
  4. AutoCAD 2002 - Function / Tool that edits AutoCAD command quick keys
    By stevejlipski in forum AutoCAD Customization
    Replies: 3
    Last Post: 2007-01-02, 12:07 AM
  5. Replies: 1
    Last Post: 2006-05-14, 06:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •