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

hi @MattH_Work this should work

 

Dim oDoc As DrawingDocument
oDoc = ThisDoc.Document
Dim oSheet As Sheet
oSheet = oDoc.ActiveSheet

Dim symbol As SketchedSymbol
For Each symbol In oSheet.SketchedSymbols
    If symbol.Name = "test" Then
         MsgBox( symbol.Parent.DrawingViews(1).Name)
       
    End If
Next

 

If you think this answer fullfilled your needs, improved your knowledge or leads to a solution,
please feel free to "kudos"