View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default File Versioning in Excel???

Then you will have to maintain such a thing, as there is no built-in file
version.

--

HTH

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


"Aimster" wrote in message
...
I was thinking more in lines of the file version, not the application

version.

"Bob Phillips" wrote:

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.