Hi all,
Can you enlight me on this little enigma:
My scenario is this:
Application.ScreenUpdating = false
… work on cells, rows, cols AND controls in a sheet.
Application.ScreenUpdating = true
Is seems that turning ScreenUpdating on/off only has to do with cells only or maybe even only contents of cells. What I want to do i to completely turn off visual interaction from a sheet while updating it and then next turn it back on to see my result. While I work on it I must hide/show rows/cols and interact with a lot of controls on the sheet (lists, buttons, images etc.). Setting them invisible dos not seem to do me any good.
So I’m in a situation where I want a: Application.SeriousScreenUpdating = { True / False }
Any ideas?
Regards,
Michael.