View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default File Versioning in Excel???

close the file. Right click on it in Windows Explorer and select properties.
Go to the Custom tab. Type in the word Version, then leave the next box as
text and go to the value box and type in 1.1.1.1 or some such. Then click
Add and down at the bottom Apply.

You can also edit this in File=Properties in Excel.

If you make the document read only, it can't be changed (although the user
can just uncheck readonly and make the changes).

--
Regards,
Tom Ogilvy

"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.