G
Guy Cohen
Hi all,
I use VB6 to generate a Word document, using:
Dim WordApp As Word.Application
Dim WordDoc As Word.Document
Is it possible to show the document it AS MODAL (like form.show vbmodal) and
when the user will save/close it- the VB program will continue with its
work?
TIA
Guy
I use VB6 to generate a Word document, using:
Dim WordApp As Word.Application
Dim WordDoc As Word.Document
Is it possible to show the document it AS MODAL (like form.show vbmodal) and
when the user will save/close it- the VB program will continue with its
work?
TIA
Guy