Message 1 of 1
Run a I Logic Rule with VBA Excel

Not applicable
03-01-2016
05:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hallo there,
i habe a question about VBA Excel and iLogic.
Ist there a VBA code for excel to run a rule in Inventor when i open the ipt file?
I just made i rune for opening, but what else muss I writhe down:
Sub File_open()
ActiveWorkbook.FollowHyperlink ActiveWorkbook.Path & _
"\Achse.ipt"
End Sub