Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim Word as object, WordType as String
Set Word = CreateObject("Word.Basic")
WordType = Word.appinfo$(2)
Select case wordtype
case "9.0"
'Word 2000
case "8.0"
'Word 97
case Else
'Word 95
end Select