how to turn screen refresh off
Forums
Hello,
First of all, thank you very much for this webite.
I am looking for a internal function within IDEA to disable the screen displayed during a macro run.
The same function function exist in VBA (Application.ScreenUpdating = False).
Thank you very much in advance for your help.
Kind Regards,
Mourad
I agree with you, having this
I agree with you, having this would problably improve the processing time. Now if you want to get rid of the pop-ups for overwriting files there is the IgnoreWarning function. Either thatn that the only way I know to do it would be to creat the script in another application and call the IDEA componets that are needed.
Hello and welcome to the site
Hello and welcome to the site.
Unfortunately there is no way to turn these off. You may be able to control some of them and turn of the display if you are issuing the commands from another visual application but that makes things quite complicated and I doubt you would have any time saving.
Brian
Hello Mourad and welcome to
Hello Mourad and welcome to the site.
Unfortunately I don't know of anyway to do this in IDEA. I don't know of any equivalent command in IDEA that you have in Excel.
Brian