Change Word default save format programatically

R

Rabaté

Hello

We all know how to change Word default save format by UI. I'm been looking
for a way to do it programmatically? I've been searching object model,
registry, found nothing.
I tried Application.DafaultSaveFormat = WdSaveFormat.wdFormatDocument does
not produce the effect I'm looking for.

Thanks to macro recorder that (hopefully) still exists, the correct
instruction is:
Application.DafaultSaveFormat = "Doc". Does not seem quite natural though.
 

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