Excel Version

  • Thread starter Thread starter Don Guillett
  • Start date Start date
D

Don Guillett

see if this helps. Otherwise, probably not.
Sub whatversion()
msgbox ActiveWorkbook.FileFormat
End Sub
 
Is there any way to find out what version of Excel a spreadsheet was
originally created with?
 
It corresponds to the xl constant: xlWorkbookNormal

So it doesn't help too much.
 
That tells you it is Excel 2000 or later.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Thanks.
Does '-4143' in a message box with an 'OK' command button mean anything?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top