Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
jkunLLJ2Y
537 Views, 7 Replies

Add Part Title To Save Name Macro

I have a working macro for saving a file, however I need to add the title of the part to the end of the file name, and I cannot find the code for it.

 

oDataMedium.FileName = "U:\DWF\" & onamefile & " " & TITLE & ".dwf"