View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy Doug Glancy is offline
external usenet poster
 
Posts: 770
Default Identifying Excel Version

Kirk,

val(application.Version)

11 = XL 2003, 10 = XP, 9 = 2000, 8 = 97

hth,

Doug


"kirkm" wrote in message
...

Is there a way to programicably detect the version of Excel?

Thanks - Kirk