- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
First let me confess to being a total programming noob. Keen but lacking lots of answers. There are lots of things i want to do but cant seem to get past the first hurdle. Looked at various threads and use the help files but still it never works out.
Im trying to open the default standard.idw from the templates. How do i tell it to either look at the app options setting or look at the path in the project? (project would be preferable)
Here is my code.
Sub OpenDrawing()
Dim oDoc As DrawingDocument
Set oDoc = ThisApplication.Documents.Add(kDrawingDocumentObject, "Standard.idw", True)
End Sub
I just get the message C:\Media\Documents|Inventor|Workspace\Standard.idw was not found. If you wouldnt mind spelling out the answer i'd really appreciate it so i could begin to understand these prgramming terms.
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
Solved! Go to Solution.