aurelius89
Board Regular
- Joined
- Mar 15, 2017
- Messages
- 69
Hi,
I have a very long sub that does multiple things. It is long, complex and sensitive so I cannot post it.
However, while the sub is running, all objects on my sheet disappear (Images, command buttons, etc)
They reappear when the sub has finished.
I have
at the beginning and
at the end. However, I have discovered that if the sub contains
to unlock another sheet, then this is actually the cause and the screen flicker and disappearing objects are still shown to the user and isn't covered by the screenupdating statements
It is the same issue as this person:
https://stackoverflow.com/questions...cker-despite-application-screenupdating-false
I am unable to find a resolution. Maybe you guys know one?
I have a very long sub that does multiple things. It is long, complex and sensitive so I cannot post it.
However, while the sub is running, all objects on my sheet disappear (Images, command buttons, etc)
They reappear when the sub has finished.
I have
Code:
application.screenupdating = False
Code:
application.screenupdating = True
Code:
.unprotect
It is the same issue as this person:
https://stackoverflow.com/questions...cker-despite-application-screenupdating-false
I am unable to find a resolution. Maybe you guys know one?
Last edited: