View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
gitcypher[_19_] gitcypher[_19_] is offline
external usenet poster
 
Posts: 1
Default Detecting Excel 97 using VBA

MsgBox "You're running Excel version " & Application.Version

It returns 10.0 for XP, what I'm running. I'm not sure what 97 will be
I'd guess 8.0, assuming that Office 2000 was version 9.0.

-Gitcyphe

--
Message posted from http://www.ExcelForum.com