Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to open the inventor active doc folder through vba or ilogic. Can somebody help on this. folder should open in file explorer not within inventor.
Sample
Sub Openpath()
Dim oDoc As Document
Set oDoc = ThisApplication.ActiveDocument
Dim oPath As String
oPath = oDoc.FullFileName
Call Shell("explorer.exe" & " " & "oPath", vbNormalFocus)
End Sub
Thank u,
K14348
Solved! Go to Solution.