View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neil[_14_] Neil[_14_] is offline
external usenet poster
 
Posts: 29
Default Identifying Excel version

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