G
Guest
Hello all,
Quick question on the ScreenUpdating property of Excel. I have been working on an Excel VBA project where I set the ScreenUpdating = False, so as to both speed up calculations & to prevent the screen from flickering as I add & delete worksheets & charts programatically...
Recently, I have inserted some formulas into cells programatically using the .Cells.Formula property... I noticed that doing this (programatically inserting formulas into cells) seems to "prevent" the ability to set the ScreenUpdating property to False... Is that true???
No matter how many times I set the ScreenUpdating property to False, it doesn't seem to work after I insert the formulas... Is this a bug? Is there a fix? Or am I doing something wrong?
Does anybody have any suggestions or comments on what I can do to fix this?
Thank you very much in advance,
blc
Quick question on the ScreenUpdating property of Excel. I have been working on an Excel VBA project where I set the ScreenUpdating = False, so as to both speed up calculations & to prevent the screen from flickering as I add & delete worksheets & charts programatically...
Recently, I have inserted some formulas into cells programatically using the .Cells.Formula property... I noticed that doing this (programatically inserting formulas into cells) seems to "prevent" the ability to set the ScreenUpdating property to False... Is that true???
No matter how many times I set the ScreenUpdating property to False, it doesn't seem to work after I insert the formulas... Is this a bug? Is there a fix? Or am I doing something wrong?
Does anybody have any suggestions or comments on what I can do to fix this?
Thank you very much in advance,
blc