Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
in VBA, you can prevent the excel screens from updating when running a macro using the code:
Application.ScreenUpdating = False
Is there a similar code to prevent the Robot window from updating when you are using the API? I have some VBA code which adds nodes and members into my Robot model and I'd like it to only update my Robot window once the macro has finished running and all of the structure is built instead of showing me each node and member being added one by one.
Thanks
Solved! Go to Solution.