Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys..
I would to make a list of all view on the current sheet and find relative view scale.
csheet = doc.ActiveView
For Each vw As Viewport In csheet.view
Next
I thinking to use this..but csheet.view is not correct..
Where I can find a sample? What approch I have to follow?
thanks
Stefano
Solved! Go to Solution.