G
Guest
Hi all,
I have a macro in the following layout
sub MyMacro()
application.screenupdating = false
...
FirstCall()
...
SecondCall()
end sub
if some statements in firstcall() or secondcall() will make screen flick, do
I have to put application.screenupdating =false inside each of them?
CLara
I have a macro in the following layout
sub MyMacro()
application.screenupdating = false
...
FirstCall()
...
SecondCall()
end sub
if some statements in firstcall() or secondcall() will make screen flick, do
I have to put application.screenupdating =false inside each of them?
CLara