09-20-2018
12:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-20-2018
12:16 AM
Here are the part and drawing files.
And the code is here:
SyntaxEditor Code Snippet
strFolder = ThisDoc.WorkspacePath() & "\Layouts and Details\DXFs\" & ThisDoc.FileName(False) ThisDoc.Document.SaveAs(strFolder & (".dxf") , True) MessageBox.Show("DXF file created/updated", "What a lovely drawing!")
And I have checked that the folder it is trying to save to definitely exists