- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I usually extract DXF's from my Inventor Enviroment and edit them in AutoCAD 2016 to tidy them up. This happens quite often and when i wish to save the edit DXF, it prompts me with a save screen, I need to reselect DXF 2004 version and press enter and comfirm in wish to override the file.
To make my life a bit easier I created a button in the Customize User Interface called 'Save as DXF' with the following macro:
+Saveas (save the file as without prompting a pop-up screen)
F (save it as a DXF)
2004 (save it as a 2004 version)
thats as far as I've gotten, as it then prompts me with a screen anyway to the select the file name.
I wish to just keep the current filename and just press Enter basicly, then a last prompt comes to ask wether im sure I want to override the file, resulting with a Y for choosing Yes.
Is there a way to build these last 2 steps into the macro itself?
Solved! Go to Solution.