File Versioning in Excel???
With VBA
Function ExcelVersion()
ExcelVersion = Application.Version
End Function
And use with =ExcelVersion() in some worksheet cell.
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Aimster" wrote in message
...
Is there a way to include a version number in an Excel file? I have a
template that I update as needed, and need to ensure that users are using
the
correct version. I would like to include a version number for the
template
that they can check before using.
|