01-13-2022
02:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-13-2022
02:56 AM
Hi everyone,
Are you able to let me know how it is possible to get the original part file name (***.ipt) on a drawing file using VBA code?
Thanks in advance
Solved! Go to Solution.
01-13-2022
04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-13-2022
04:26 AM
Hello
As you can reference different documents to different drawing views, this question can not be answered. If you only reference a single part document, you can retrieve this information in
ThisApplication.ActiveDocument.AllReferencedDocuments(1).FullFileNameas long as you have the drawing document open and active.
R. Krieg
RKW Solutions
www.rkw-solutions.com
01-13-2022
04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-13-2022
04:32 AM
Dear @Ralf_Krieg thank you very much,
the code solved my problem, you are truly professional man, thanks