SAVE

A

Adept

Is there an API Callback on .'Save' that I can use to update a progress
bar as the user waits?

Or ... is there some way to get Application.OnTime to update the progress
bar WHILE the WorkBook is being saved?

Thanks
 
A

Adept

Actually, it appears to be blocked in the Status Bar as well.

The 'blue blobs' only race across the progress bar after the Save
is complete.

Compare this with the 'Loading ...' where the line advances as
the files are loaded.

That is why I'm looking for some other way.

I've timed my Saves and they are consistent --- so, I have the
..Max for the progress bar. My PopUp in modeless, so I can update
it if I can find a way around the block that Save generates.

That's what I'm looking for (or a Callback from Save).

Thanks
 
Top