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
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