03-26-2021
06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-26-2021
06:52 AM
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"
Solved! Go to Solution.