Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
How I can get FullFileName from view in drawing?
Thank you
Dim oDrawDoc As DrawingDocument
oDrawDoc = ThisDoc.Document
Dim Full_File_Name As String
Full_File_Name = oDrawDoc.Sheets(1).DrawingViews(1).FullFileName
MsgBox(Full_File_Name)
Solved! Go to Solution.