G
Geoff C
I'm using an index as an automatic glossary (a tip picked up from another
discussion group), and wanted a macro to simpify adding new entries. I've
got this far
Sub MarkGlossaryEntry()
If Selection.Type = wdSelectionNormal Then
ActiveDocument.Indexes.MarkEntry Range:=Selection.Range, _
Entry:=Selection.Range.Text, CrossReference:= ????? , Italic:=False
End If
End Sub
How do I get the macro to prompt the user to insert a text string that can
be used for the cross-reference? Apologies if this is easy, I'm not familiar
with Word VBA yet.
Geoff.
discussion group), and wanted a macro to simpify adding new entries. I've
got this far
Sub MarkGlossaryEntry()
If Selection.Type = wdSelectionNormal Then
ActiveDocument.Indexes.MarkEntry Range:=Selection.Range, _
Entry:=Selection.Range.Text, CrossReference:= ????? , Italic:=False
End If
End Sub
How do I get the macro to prompt the user to insert a text string that can
be used for the cross-reference? Apologies if this is easy, I'm not familiar
with Word VBA yet.
Geoff.