Splashscreen whilst iterating & calling a sub on break in code
Posted by Dan on August 09, 2000 4:15 AM
I wish to do two things:
Firstly, I have a spreadsheet setup which requires ~2000 iterations. My code works fine
for this but as this takes some time I wish to have a splashscreen (possibly a form with a label)
notifying the user that "calculation in progress...". Either this or change the status bar to read
"calculating..." during the iteration process.
Secondly, There is a sub that is called when the iteration process is completed. If the user breaks
the iteration loop, the code is exited without the sub being called. Is there some way round this so that
the sub is called even if this happens.
Cheers!!!!!
Dan