Preview Images - Second Request

J

James

I was just given 100 free word templates. Unfortunately none have
preview images. Is there a way to write a small VBA profram that wiil
resave them with preview images?
 
J

Jean-Guy Marcil

I was just given 100 free word templates. Unfortunately none have
preview images. Is there a way to write a small VBA profram that wiil
resave them with preview images?

This is not a feature that was made available to Word VBA (Unless they
added it to Word 2007).

So, the only way to really do this with VBA is to use SendKeys, which is
highly unreliable. It might be viable as a "hack" solution in some cases, but
it is generally better not to use it, especially within the context of
automatically maninpulating dozens of documents.
 

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