Message 1 of 5
Not applicable
12-13-2019
07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Relatively simple question (hopefully) Long story shorter, I'm using a VBA macro to execute an external iLogic rule in order to create a button on the Inventor Ribbon. During the button creation, it prompts the user for several inputs and stores them as values in iLogic. The iLogic rule then compiles them into a single variable.
What I need to is somehow pass that single variable (string type) back to VBA, where the iRule was called from, in order to modify it further. Is there code/syntax for this?
Solved! Go to Solution.