View Single Post
 
Old 07-13-2016, 02:07 PM
jroger05 jroger05 is offline Windows XP Office 2003
Novice
 
Join Date: Aug 2010
Posts: 6
jroger05 is on a distinguished road
Default 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?
Reply With Quote