View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Detect Excel Version

Stacy,

The Application.Version property will return a string indicating
the version of Excel you are using.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Stacy Haskins" wrote in message
...
Anyone know the code, if possible, to detect which
version of Excel was used to open the file?

-Stacy