Message 1 of 9

Not applicable
04-23-2015
11:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Simply I need to open the model (ipt/iam)from the drawing with VBA
Public Sub Test_Click() Dim oDocument As Inventor.DrawingDocument Set oDocument = ThisApplication.ActiveDocument ThisApplication.Documents.Open(ThisDrawing.ModelDocument.FullFileName) End Sub
Could any one help my with the simple soution ? The code abowe dosent work
Solved! Go to Solution.