Selection.TypeText ("(" & Abbreviation & " placeholder )")
IndexEntryRange = ActiveDocument.Indexes.MarkEntry(Range:=Selection.Range, Entry:=Abbreviation, CrossReference:=Definition, CrossReferenceAutoText:="", BookmarkName:="", Bold:=False, Italic:=False)
Is it possible to insert IndexEntryRange at the placeholder position?
(Abbreviation({ XE "Abbreviation" \t "Definition" }). As such it should sit between the () brackets. Does that make it clear? Regards, Robert – orschiro Dec 11 '12 at 4:40