Is it possible to freeze Excel while I process something ? I am using 2007. I know already that freezing the update of the sheets from VBA is possible, but I’m looking for a little freeze of the whole thing (with a wait cursor and maybe something nice, like darkening the window or something) .
Has anyone ever tried such thing from VBA ?
Yes. Depending on the kind of processing that I am doing either I hide the entire Excel Application or show a userform with a progress update to avoid any user interference
Example 1 (Hiding The Application)
Example 2 (Using a Userform which has the ‘X’ disabled)
Create a Userform and place this code there
And the usage will be like this