View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Papou Papou is offline
external usenet poster
 
Posts: 56
Default Detecting Excel 97 using VBA

Hi Casper
Application.Version which will return a string value (8.0 for Excel 97)

HTH
Cordially
Pascal

"Casper Hornstrup" a écrit dans le message de
...
Hi. I need to detect, in a VBA script, if it is executed by Excel 97. How

do
I do that?

Casper