09-10-2018
06:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-10-2018
06:45 PM
How to disable mouse interaction during VBA macro running?
The code that disables mouse interaction in Excel is:Application.Interactive = False
What is the code in Inventor VBA?
Solved! Go to Solution.
09-10-2018
08:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-10-2018
08:32 PM
Try the UserInteractionDisabled property which is on the UserInterfaceManager object, which you get from the Application object.
ThisApplication.UserInterfaceManager.UserInteractionDisabled = True
---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com