Hi, I created a small Excel VBA application. This program ios seperated in several subs. One of the subs opens another workbook. Another sub extracts data from this workbook and close it. It seems logical that if I place application.screenupdating = false before calling these two subs and returning it to true afterwords that the screen would not update while the file is opened.
Is there anything I should know? I tried setting applicaiton.screenupdating to false inside each sub as well but it still doesn't work. Does screenupdating = false work when working with subs?
Thx in advance
Is there anything I should know? I tried setting applicaiton.screenupdating to false inside each sub as well but it still doesn't work. Does screenupdating = false work when working with subs?
Thx in advance