- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've built a bunch of VBA-based custom tools, and I have a VBA sub/macro that creates ribbon buttons for them. I'm about to deploy these tools for the rest of the engineering department to use, by simply getting everyone's Inventor pointing to the same VBA project on the network.
The only problem is, the button-creator macro has to be run each time Inventor is started.
Eventually, I want to package these tools into a proper add-in. But that's going to be a big project. I don't know how to create an add-in, and from the guides I've seen, it's pretty complicated, and requires a Visual Studio license to do it right, which we don't have yet.
The ideal solution in the meantime would be if I could simply get my button-creator sub to run automatically when Inventor starts. I would guess the only way to do this is with an add-in. So here is my question:
Could someone show me how to create a dead-simple add-in that does one thing and one thing only: fires a VBA sub from the ApplicationProject.
Would such an add-in be pretty simple? Could it be done without needing a Visual Studio license? Could someone walk me through all of the steps to create such an add-in? (Hopefully this task is simple enough that that's not asking much?... *fingers crossed*)
If creating an add-in that does this one little thing is just as involved as creating any other add-in, then I guess we'll have to put up with running the button-creator rule each time we start Inventor, until I can create a full, proper add-in.
Thanks for any advice.
Solved! Go to Solution.