Opening Word without loading templates through VBA

P

pranavsv

Hi,

I am using Word 2003.

I want to open Word in my VBA 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")

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