Excel Version

D

Don Guillett

see if this helps. Otherwise, probably not.
Sub whatversion()
msgbox ActiveWorkbook.FileFormat
End Sub
 
1

1 of 1

Is there any way to find out what version of Excel a spreadsheet was
originally created with?
 
D

Dave Peterson

It corresponds to the xl constant: xlWorkbookNormal

So it doesn't help too much.
 
B

Bob Phillips

That tells you it is Excel 2000 or later.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Top