View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jeff Standen Jeff Standen is offline
external usenet poster
 
Posts: 49
Default Identifying Excel version

Application.Version

Easy when you know how :)

Jeff

"Neil" wrote in message
...
Is there a way through code to identify, which version of
excel is in use?

then to use it in the following way

if excel version 8 do something
if excel version 9 do something
if excel version 10 do something
if excel version 11 do something

Thx