How can I get the Office version (XP,2000,97,..) of the user using VB code?
P Patrick Spence Feb 28, 2004 #2 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
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
J Jonathan West Feb 28, 2004 #3 Hi Dinçer Take a look at this article Determine If Word is Installed http://www.fawcette.com/vsm/2002_06/magazine/columns/qa/default_pf.aspx
Hi Dinçer Take a look at this article Determine If Word is Installed http://www.fawcette.com/vsm/2002_06/magazine/columns/qa/default_pf.aspx