How to start Word without templates through VB 6.0

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.
 

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