Moving off a Form using vbModeless

P

PPL

Word 2003 running on XP
I have a document that calls a macro which in turn calls a Form
Code snippet:
....
Dim frmU8 As New _MyForm
Load frmU8
frmU8.Show vbModeless
....

It works very well until I Alt-Tab to another application to get data.
On returning to the Word doc I find that the Form disappears.

If I try to Show the Form as default setting i.e. vbModal, I am unable to
move off the Form and work in Word!

Does anyone have any suggestions as to how I can keep a Form open but work
in other applications please?
TIA

Phil
 

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