How to get Office version?

P

Patrick Spence

Set oWord = CreateObject("word.application")
MsgBox oWord.Version

I'm running Office 2000 here at home, so the above produces a dialog box
saying "9.0"

HTH
 
Top