Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
CellShocked wrote:
On Mon, 27 May 2013 08:28:46 -0500, witek wrote: Charlotte E. wrote: There's an option to read a revision number of the workbook with: MsgBox ThisWorkbook.BuiltinDocumentProperties("Revision number") -...but how to set this 'Revision number'??? If I use... ThisWorkbook.BuiltinDocumentProperties("Revision number") = "v1.00" ...I get an error??? CE You can set it to number but not string even if property type says it is msoPropertyTypeString That is Microsoft. One can manually set a 'version number' as one of the extended file properties from within file manager (right click on the file name). Excel will not read it if you set it to something else than number. It will show it as damaged file. so that property, once set, should show up somewhere within one of the property dialog/listings within the document itself, providing knowledge of the location. I currently do not know where it resides within the document. Only from the file level.. it is in core.xml file in unzipped doc. The standard say it is string <xs:element name="revision" minOccurs="0" maxOccurs="1" type="xs:string"/ Microsoft knows better what it should be. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL 2003:Revision Number and Total Editing Time Boxes Are Empty | Excel Discussion (Misc queries) | |||
How do I retrieve entire Revision Number on Excel 2007? | Excel Programming | |||
Revision Number for an Add-In | Excel Programming | |||
Revision | Excel Discussion (Misc queries) | |||
Revision Number | Excel Worksheet Functions |