0

I am trying to store some values creating a CustomDocumentProperty in VBA. The problem is that every time I want to change the value if I close the presentation without saving it, when I open the value doesn't save. Is there any possibility to save just this CustomDocumentProperty without saving all the document?

Iban Arriola
  • 2,526
  • 9
  • 41
  • 88

1 Answers1

0

As far as I've learnt, you need to actively save the document for it to keep hold of the CustomDocumentProperty values.