Results 1 to 3 of 3

Thread: list all dwg and dxf files open from excel

  1. #1
    Member
    Join Date
    2018-07
    Posts
    2
    Login to Give a bone
    0

    Default list all dwg and dxf files open from excel

    Hello,

    Looking for a VBA macro to list the names of all dwg and dxf files open.
    That might need to include several instances of the AutoCAD applications, not just only one

    Any ideas?

    Thanks

    Katto

  2. #2
    Member
    Join Date
    2008-02
    Posts
    49
    Login to Give a bone
    0

    Default Re: list all dwg and dxf files open from excel

    Hi,
    If I'm understanding well you have several instances of AUtocad opened ?
    But if I have opened several drawing or dxf the Autocad instance it's always the same, but windows are several, and with code showed some post age you will have all opened windows name.

    So I don't understood well your question.

  3. #3
    Login to Give a bone
    0

    Default Re: list all dwg and dxf files open from excel

    It seems like you are referring to AutoCAD and its behavior with multiple drawings (DWG or DXF files) open within the same AutoCAD instance. AutoCAD indeed works in a way where you typically have one instance of the AutoCAD software running, and within that instance, you can have multiple drawings open in separate windows or tabs.

    Each open drawing represents a separate file but operates within the same AutoCAD instance. Therefore, you may see multiple windows or tabs, each containing a different drawing, but they are all part of the same AutoCAD instance.

    In your code, when you interact with AutoCAD, you may be able to identify and work with individual drawings or their windows within the same AutoCAD instance. This allows you to perform operations of on each drawing separately while having them all within one AutoCAD session.

Similar Threads

  1. Replies: 2
    Last Post: 2021-01-07, 03:56 PM
  2. Batch convert DXF files to DWG files
    By Doodlemusmaximus in forum AutoCAD Customization
    Replies: 13
    Last Post: 2015-04-02, 05:19 PM
  3. Replies: 10
    Last Post: 2006-10-13, 12:59 PM
  4. Convert .pdf files into .dxf or .dwg files
    By jawahar in forum AutoCAD General
    Replies: 3
    Last Post: 2005-11-21, 11:40 AM
  5. Batch converting dwg files to dxf files?
    By CADKitty in forum AutoCAD General
    Replies: 2
    Last Post: 2005-08-09, 05:24 PM

Tags for this Thread

Posting Permissions

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