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 / October 2006

Tip: Looking for answers? Try searching our database.

Finding Word Version

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ken - 23 Oct 2006 01:42 GMT
Can anyone tell me how to determine in VBA the Word version number (
e.g. 2000, 2003 etc) and preferably also the SP number?
Jay Freedman - 23 Oct 2006 02:15 GMT
The property Application.Version contains the version number, not the
version's marketing name. The correspondence is

12.0 = Word 2007
11.0 = Word 2003
10.0 = Word 2002 (Office XP)
9.0 = Word 2000
8.0 = Word 97

The Application.Build property tells you the version and build number.
I don't have a list of those handy, but in Word 2003 SP2 it returns
11.0.8106.

--
Regards,
Jay Freedman
Microsoft Word MVP        FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

>Can anyone tell me how to determine in VBA the Word version number (
>e.g. 2000, 2003 etc) and preferably also the SP number?
Ken - 23 Oct 2006 22:48 GMT
Thanks Jay

I have a more complex question about VBA & document versions so I will
start a new topic

Regards
Ken

> The property Application.Version contains the version number, not the
> version's marketing name. The correspondence is
[quoted text clipped - 18 lines]
> >Can anyone tell me how to determine in VBA the Word version number (
> >e.g. 2000, 2003 etc) and preferably also the SP number?
 
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.