How to serialize objects in VBA

Generally speaking, VBA doesn’t provide the possibility to serialize objects, and if you are interested in this topic, you might seen quite a few blogs around this thing, and the answer is always the same – generically not possible, period. But nothing is impossible though. This article describes a workaround which will give you a […]
Continue reading…