Determining version and file types

I

Ivan Debono

Hi all,

I'd like to use VB6 to determine the following 2 things from Word

1. What version is currently installed.
2. What file types can save to (ie. Save As...)

Thanks,
Ivan
 
J

Jonathan West

Ivan Debono said:
Hi all,

I'd like to use VB6 to determine the following 2 things from Word

1. What version is currently installed.

Take a look here

Determine If Word is Installed
http://www.fawcette.com/vsm/2002_06/magazine/columns/qa/default_pf.aspx

2. What file types can save to (ie. Save As...)

Take a look at the FileConverters collection in Word VBA. Each FileConverter
object in the FileConverters collection has a CanSave property which
indicates whether Word can save to that format.
 

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