Hi Yacine,
interesting approach.
In addition you could consider to hide the master in the stencil if it's only for data storage:
Mstr.Hidden = trueAnother approach could be to store the data in the stencils document ShapeSheet as User property.
Or in the document template.
But ShapeSheet cells are limited to 64k, shape text is not
Also shape text has the benefit that it's easier to store complex strings like JSON because in ShapeSheet you always need to escape " like so:
="Say ""Hello"""Mabe I can use your idea to store big tables in JSON format, I'll keep that in mind
