View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech[_2_] Jim Rech[_2_] is offline
external usenet poster
 
Posts: 533
Default Finding Excel version using Excel 4.0 Macro.

=GET.WORKSPACE(2)

--
Jim
"CdSlc" wrote in message
...
| Hi,
|
| I have to write some specific code for Excel 2007, so I need to know what
| version of Excel my macros are running under. Can anybody please let me
know
| how to find the Excel version using Excel 4.0 macro?
|
| Thanks.