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
|