V
VBA Coder
Can anyone tell me if there was a change from Word97 to Word2000, where when
I create a User Form and have it Shown, it will always be Modal?
In Word2000, I can have my User Form loaded on top of my Document and I am
able to click around in the Document making changes or if I want to debug my
VBA code, I am able to step (F8) through my code and watch the changes take
place on my document. However, in Word97, with the exact same form and
code, I am not able to do this - the User Form appears to be Modal. I am
unable to click anywhere in my document - focus is always on the UserForm.
Thank you.
I create a User Form and have it Shown, it will always be Modal?
In Word2000, I can have my User Form loaded on top of my Document and I am
able to click around in the Document making changes or if I want to debug my
VBA code, I am able to step (F8) through my code and watch the changes take
place on my document. However, in Word97, with the exact same form and
code, I am not able to do this - the User Form appears to be Modal. I am
unable to click anywhere in my document - focus is always on the UserForm.
Thank you.