P
pranavsv
Hi,
I am using Word 2003 Visual Basic 6.0.
I want to open Word in my VB code without loading the templates
(similar to winword/a from command line)
I'm using Cretaeobject("Word.Application").
I would like to load Word application without loading the default
templates and assign it to an Object variable.
Her's my current code
Private m_app As Object
Set m_app = CreateObject("Word.Application")
Or
How can I start Word using VB 6.0 without loading templates?
Can someone help me on this?
Thanks.
I am using Word 2003 Visual Basic 6.0.
I want to open Word in my VB code without loading the templates
(similar to winword/a from command line)
I'm using Cretaeobject("Word.Application").
I would like to load Word application without loading the default
templates and assign it to an Object variable.
Her's my current code
Private m_app As Object
Set m_app = CreateObject("Word.Application")
Or
How can I start Word using VB 6.0 without loading templates?
Can someone help me on this?
Thanks.