Find Word version on the fly?

L

Laurel

Is there a method that can be accessed from outside word (using OLE) which
returns the version of Word which is running?
 
C

Cindy M -WordMVP-

Hi Laurel,
Is there a method that can be accessed from outside word (using OLE) which
returns the version of Word which is running?
The circumstances you're positing aren't clear. You're automating Word? Then
you can use app.Version and app.Build.

If Word isn't running, you can't query it directly. But you should be able to
get the information from the Registry, CLSID section. Do some snooping around
in there, searching winword.exe, .doc and looking up the GUIDs. You should be
able to pick up current version information.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

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