Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / February 2005

Tip: Looking for answers? Try searching our database.

Which version is installed?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Peter Brause - 17 Feb 2005 18:25 GMT
Hi,
how do I find out which version of word is installed?
In the registry on my PC I see at
HKEY_CURRENT_USER/Software/Microsoft/Office thre versions: 10.0, 9.0, 8.0.
They have different subfolders, and the version with  the highest number of
subfolders is the installed one. But I'm in doubt if this is a secureway of
determining the installed version.
TIA
Peter
Jezebel - 17 Feb 2005 20:17 GMT
Depends where you're starting from. If you're searching the registry, look
for

MyComputer\HKEY_CLASSES_ROOT\Word.Application\CurVer

which will have a value like Word.Application.10, where 10 is the version

From VB, you can do it like this --

Dim wrdApp as object
Set wrdApp = CreateObject("Word.Application")

Version = wrdApp.Version

> Hi,
> how do I find out which version of word is installed?
[quoted text clipped - 7 lines]
> TIA
> Peter
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.