WD: WordBasic Command to Display Version Number of Word |
Q110284
This article describes the Microsoft WordBasic AppInfo$() function, which you can use to return the version number of Word that is installed.
WordBasic provides a command for returning the installed version of Word
for Windows. AppInfo$() returns one of 25 types of information about the
Word application.
For more information on APPINFO$(), see online Help within Word 6.0 for
Windows:
http://www.microsoft.com/partner/referral/For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://support.microsoft.com/directory/overview.aspThis sample code displays a message box containing the version number of Word:
ver$ = AppInfo$(2)
MsgBox ver$, "Microsoft Word Version", 64
Additional query words: 4 four digit release build
Keywords : kbmacro kbprogramming kbdtacode kbmacroexample winword macword word6 word7 word95
Issue type :
Technology : kbHWMAC kbOSMAC kbWordSearch kbWordMacSearch kbWord700Search kbZNotKeyword2 kbWord600Mac kbWord600 kbWord600a kbWord600c kbWord700
|
Last Reviewed: December 30, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |