Message 1 of 6

Not applicable
04-18-2013
08:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a one line iLogic rule:
InventorVb.RunMacro("CVDMacros", "ProductionMacros", "OnSavePart")
that just calls a VBA macro that checks that the part number and description are not too long for our MRP system.
This takes about 10seconds to run, even if I make the VBA macro just assign a temporary variable and nothing else. Is there anything I can do to make calling a VBA macro from iLogic faster?
Solved! Go to Solution.