Anonymous
in reply to:
Anonymous
10-29-2020
12:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-29-2020
12:19 PM
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.