C
Charlotte E.
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
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