Length of array elements in the ActiveDocument.GetCrossReferenceItems(wdRefTypeHea ding)
Can anyone tell me what the length of each element is in the following assignment?
myheader range
myheader = ActiveDocument.GetCrossReferenceItems(wdRefTypeHea ding)
I am having an issue that certain elements of the array returned are not complete, they are truncated and therefore I cannot parse the entire header as needed. Is there a way of specifying a longer length?
|