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

Do you mean it doesnt work in all parts that is also used as reference in the same sheet? If so, it because the code is only refering to the first item. It needs to iterate through all drawing references.

 

Dim view As DrawingView = sheet.DrawingViews.Item(1) 'works only in the first item.