Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
lzs013
2656 Views, 1 Reply

How to disable mouse interaction during VBA macro running?

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?