Set para = ActiveDocument.Bookmarks(aField.Code).Range.Paragraphs(1)
This fails due to too much information... ? aField.Code
REF _Ref344627521 \n \h \t
Is there a way to return the reference without switches? Otherwise I'll have to brush upon my text trimming...? mid(aField.Code, 6, 13)
_Ref344627521
The Cross Reference system uses hidden bookmarks, so you need some code like this:
Open in new window