Message 1 of 10
Change Design View in IDW

Not applicable
06-23-2013
04:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Change Design View in IDW.
Followupfrom a thread from Years ago..
Lookin got get designViewrep name in Drawing FIle.
Sub DesignViewRep() Dim oDoc As DrawingDocument Set oDoc = ThisApplication.ActiveDocument Dim oDrawingView As DrawingView Set oDrawingView = ThisApplication.CommandManager.Pick(kDrawingViewFilter, "Select a drawing view") MsgBox oDrawingView.ActiveDesignViewRepresentation End Sub
Above macro from Daniel is not working.. please fing avi file attached.
hope we will get some soloution for a simple and small issue.