- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
does anyone know how to run an inventor macro in excel?
With solidworks I can write vba code in excel and when executing the macro, it does something in solidworks. Could you do the same with inventor?
Something like this:
another question
Does anyone know where I can find the official documentation for the api or ilogic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I, personally haven't tried running a Macro within Excel and have it effect Inventor, but it sounds doable, if you have the references set-up right, and get the Inventor Application object the right way.
As for your other question about official documentation...I think the following links are going to be along those lines:
Wesley Crihfield
(Not an Autodesk Employee)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here is how to set up excel VBA with the correct object.
You will have to figure out how not to start an inventor app each time if there is already one active.
Or if this helped you, please, click (like)
Regards
Alan