I am currently making a macro for MS Office Word 2007. The macro requires use of variables that I want to store in the ActiveDocument.Variables list. I want to store and use arrays from this list, but I am encountering problems. Is there a way to store arrays as an active document variable?
Thanks.
Variablescollection? Maybe share your code to give us an idea of what you want to do.Typeobjects, or defining a Class whose objects are held in an array or a Collection.