I am developing some Excel VBA routines that take data from one sheet, generate other workbooks, then copy various sheets and data between them.
I am doing a lot of switching between workbooks/sheets back and forth.
is there a simple way to hide everyting until the end and show some sort of progress bar?
I somply don't want to hide/show things when I need to copy/paste them...I would like excel to do everything silently in background.
Any way to do this??
You can temporarily disable ScreenUpdating
@garys-student nailed it on disabling screen updating -- if you want to update a progress bar for particularly antsy users, you can use this: