- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've found this code that should disable all event triggers, but i cant get i to work.
Set iLogicVb = ThisApplication.ApplicationAddIns.ItemById("{3BDD8D79-2179-4B11-8A5A-257B1C0263AC}") Set a = iLogicVb.Automation a.RulesOnEventsEnabled = False ' your original code here a.RulesOnEventsEnabled = True
I want to switch between the settings marked in the picture below:
Can anyone help?
Solved! Go to Solution.
Link copied