K
KevinC
I want to establish a set of properties that are not native to Word objects and associate them with the ActiveDocument. I'd like to be able to set and get those properties either from VBA within Word or through an ActiveX interface (e.g. "setMyID(123)" and "getMyID()"). I have experience controlling Word via ActiveX, but I have never seen anything like this. Does anyone know if it's possible to do this? If so, how?