D Don Guillett Mar 26, 2006 #1 see if this helps. Otherwise, probably not. Sub whatversion() msgbox ActiveWorkbook.FileFormat End Sub
see if this helps. Otherwise, probably not. Sub whatversion() msgbox ActiveWorkbook.FileFormat End Sub
1 1 of 1 Mar 26, 2006 #2 Is there any way to find out what version of Excel a spreadsheet was originally created with?
D Dave Peterson Mar 26, 2006 #3 It corresponds to the xl constant: xlWorkbookNormal So it doesn't help too much.
B Bob Phillips Mar 26, 2006 #5 That tells you it is Excel 2000 or later. -- HTH Bob Phillips (remove nothere from the email address if mailing direct)
That tells you it is Excel 2000 or later. -- HTH Bob Phillips (remove nothere from the email address if mailing direct)
1 1 of 1 Mar 26, 2006 #6 Thanks. Does '-4143' in a message box with an 'OK' command button mean anything?