07-06-2020
05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-06-2020
05:16 AM
In order to have the DXF export to a zip file, the .ini file needs to have the line, "USE TRANSMITTAL = Yes".
To fix your naming issue, change the line:
path_and_nameDXF = ThisDoc.Path & "\"
to instead:
path_and_nameDXF = ThisDoc.PathAndFileName