Anonymous
415 Views, 3 Replies
11-28-2018
11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-28-2018
11:13 AM
I set open and save to save as: dxf. I still get message do I want to save as dwg when I try to exit the file. Was curious what open and save is for? Anything to prevent me from having a dxf and a dwg in same folder.
Thanks for any tips.
Solved! Go to Solution.
11-29-2018
02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-29-2018
02:26 AM
@Anonymous,
Try to use below VBA code to suppress Inventor default prompts.
'Before saving to .dxf or dwg ThisApplication.SilentOperation = True 'After saving to .dxf or dwg ThisApplication.SilentOperation = False
Can you please provide your code for further Investigation? please make sure that source code is non confidential.
Thanks and regards,
CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network

11-29-2018
03:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report