C
Chad Knudson
I am dealing with a large set of legacy document templates. In an attempt
to get some control over these, I wrote a little template manager template
that allows the user to follow a wizard process to answer a few questions
and then the template manager creates a new document based on one of the old
legacy templates. The old legacy templates in turn pop up some WordBasic
input boxes to get some additional information from the user. Often this
process involves moving the selection to a bookmark location of the new
document, asking for some information, and then it fills in the blank
allowing the user to see the document changes as they take place.
The problem I'm having is that if I use a regular VBA MsgBox, the template
manager is brought to the foreground instead of the user's new document.
The user isn't able to see their new document and is unable to make their
choices as to what information needs to go in those input boxes when
"working blind." Sometimes the WordBasic.MsgBox doesn't exibit this
behavior (leaving the newly created document in the front) but other times
it brings the template manager to the front. The VBA MsgBox always brings
the template manager to the front. Is there any way I can change this?
to get some control over these, I wrote a little template manager template
that allows the user to follow a wizard process to answer a few questions
and then the template manager creates a new document based on one of the old
legacy templates. The old legacy templates in turn pop up some WordBasic
input boxes to get some additional information from the user. Often this
process involves moving the selection to a bookmark location of the new
document, asking for some information, and then it fills in the blank
allowing the user to see the document changes as they take place.
The problem I'm having is that if I use a regular VBA MsgBox, the template
manager is brought to the foreground instead of the user's new document.
The user isn't able to see their new document and is unable to make their
choices as to what information needs to go in those input boxes when
"working blind." Sometimes the WordBasic.MsgBox doesn't exibit this
behavior (leaving the newly created document in the front) but other times
it brings the template manager to the front. The VBA MsgBox always brings
the template manager to the front. Is there any way I can change this?