Z
zSplash
My code takes several minutes to "run", and I want the enduser to not have
to "watch" all the rigamarole. I have a progress bar, which lets them know
how the code is progressing, but because my code opens, closes, and adds new
documents, among other things, I want to keep that from view.
I have tried to make the application not visible, but evidently some
properties/methods don't work in that state. I have tried (when adding a
new document, for example), to just make the added document not visible, but
then my code is stuck in never-neverland, between the (now closed) added
document and the active document. I have also unsuccessfully tried
screenupdating = false and windowstate = wdWindowMinimize.
What is the preferred way to allow long code to run, with nothing being
visible to the enduser but the progress bar?
TIA
to "watch" all the rigamarole. I have a progress bar, which lets them know
how the code is progressing, but because my code opens, closes, and adds new
documents, among other things, I want to keep that from view.
I have tried to make the application not visible, but evidently some
properties/methods don't work in that state. I have tried (when adding a
new document, for example), to just make the added document not visible, but
then my code is stuck in never-neverland, between the (now closed) added
document and the active document. I have also unsuccessfully tried
screenupdating = false and windowstate = wdWindowMinimize.
What is the preferred way to allow long code to run, with nothing being
visible to the enduser but the progress bar?
TIA