Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
chandra.shekar.g
in reply to: k14348

@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