Message 1 of 2
Disable Screen Updating while running macro

Not applicable
10-06-2016
02:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
I've been running a Revit Macro which I programmed, that runs a numerous cycle of the copying function. This macro is running very slowly because the screen updates everytime the cycke runs, so I was wondering if there's anyway I could disable the auto-screen refreshing and then turn it back on after the macro is completed.
This came to mind beacuse there's a similar function in Excel which is something like "Application.ScreenUpdating = False".
Thank in advance!