![]() |
#4
|
||||
|
||||
![]()
Inserting something into a range can be problematic when it already has content.
Try defining a range and then collapsing that to a specific location Code:
Dim aRng As Range Set aRng = ActiveDocument.Range.Tables(1).Cell(2, 2).Range aRng.Collapse wdCollapseStart aRng.InsertCrossReference ReferenceType:=wdRefTypeBookmark, ReferenceKind:=wdContentText, _ ReferenceItem:="DATE", InsertAsHyperlink:=True
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convert manual cross references in footnotes to other footnotes to automatic cross references | ghumdinger | Word VBA | 7 | 11-20-2014 11:47 PM |
![]() |
Suchoklates | Word | 1 | 09-19-2013 02:32 AM |
![]() |
acolussi | Word | 9 | 05-16-2013 02:11 AM |
MS Word cross-references? | entity022 | Word | 3 | 06-03-2010 06:37 AM |
Cross References | egcharles | Office | 0 | 04-19-2009 06:20 AM |