12-08-2020
11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-08-2020
11:33 AM
So, your VBA code is not launching the iLogic form, right? The form is most likely being launched due to an iLogic rule that has been set-up in the Event Triggers dialog. Your VBA code must be causing an event that is triggering that rule to run, which launches the form. You may need to either temporarily suppress that iLogic rule that is launching the form, or temporarily turn off all Event Triggers functionality, while you are running your VBA code. This can be done by code if that sounds like a solution to you.
Wesley Crihfield
(Not an Autodesk Employee)