I have been looking so an answer on the web but no luck. I have 5 sheets but restrictions from row 1 to 4 (They are locked and not assessable to users) but also my codes make it that no entry beyond row 20 is permitted.
So row 24 until end of excel rows... 1048576 are not even needed. When I go to Hide all unwanted rows my excel process become slow and “glitchy”
I have the following for my procedures:
Application.ScreenUpdating = False / True
Application.EnableEvents = False / True
But nothing seems to be fixing this lag.
Is there any tricks, as soon as I unhide all column or rows then it goes back to working again and fixing the lag issues.
Weird cause I have no formulas and code working in these section pass row 24... (Well 20 in coding but I have command buttons in 23 disabling me to hide 21 to 23)
Any thoughts?
Bookmarks