Word Form while processing?

K

kaplooeymom

I need to keep users from clicking in a document while a macro is
running.

Can I show a form, run the macro(s) while the form is up, then
disappear the form when the macros are complete and I can turn document
locking back on?


Thanks for any pointers!


Leah
 
K

kaplooeymom

Can I make use of document global variables if I do this? Some
variables are set at the doc level.

I've created a basic form, with a fake process bar, and it opens, runs,
and closes as desired. But, on slower PCs, users might be able to click
behind it. I tried to make it modal, but then the progress bar (text
box) didn't work.

Again, thanks.
 
J

Jezebel

Can I make use of document global variables if I do this? Some
variables are set at the doc level.

Yes, but good programming doesn't need them.

I've created a basic form, with a fake process bar, and it opens, runs,
and closes as desired. But, on slower PCs, users might be able to click
behind it. I tried to make it modal, but then the progress bar (text
box) didn't work.

So what's the question?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top