View Single Post
  #2   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???

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.