Hello There,
I have a table in a worksheet and have worksheet change and selection procedure. I noticed when these fire the Undo key doesn't work. When I type something outside the table and do Undo it works.
I am using the below 2 statements to false and true:
Could you please advise what is the statement that can be included to perform all default actions again in the table as well.
Thanks & regards
Don
I have a table in a worksheet and have worksheet change and selection procedure. I noticed when these fire the Undo key doesn't work. When I type something outside the table and do Undo it works.
I am using the below 2 statements to false and true:
Code:
Application.ScreenUpdating = False
Application.EnableEvents = False
....
...
...
Application.ScreenUpdating = True
Application.EnableEvents = True
Could you please advise what is the statement that can be included to perform all default actions again in the table as well.
Thanks & regards
Don