D
Dimo Tabken
Hi folks,
(WinXP, OfficeXP, Visio 2000)
I'm presently creating a Word document template which, in its final
release, has to add visio-elements to the word-documents.
To create the object, I use the following lines:
Set objVisio = CreateObject("Visio.Application")
objVisio.Visible = False
the User doesn't need to see the Visio-application, because it's only used
to save a new visio-doc, which has the same name as the "parent" Word-doc.
is there any way to combine both lines?
I was thinking of anything like createobject("visio.application",hidden)
but, this obviously doesn't work.
Any hint is greatly appreciated...
(WinXP, OfficeXP, Visio 2000)
I'm presently creating a Word document template which, in its final
release, has to add visio-elements to the word-documents.
To create the object, I use the following lines:
Set objVisio = CreateObject("Visio.Application")
objVisio.Visible = False
the User doesn't need to see the Visio-application, because it's only used
to save a new visio-doc, which has the same name as the "parent" Word-doc.
is there any way to combine both lines?
I was thinking of anything like createobject("visio.application",hidden)
but, this obviously doesn't work.
Any hint is greatly appreciated...