From: Peter Faulhaber on
Hi All,

The following macro....

Sub Test()

With Dialogs(wdDialogInsertCrossReference)
.ReferenceType = "Heading"
.Referencekind = wdNumberFullContext
.Show
End With

End Sub

Word indeed returns the Dialog but ReferenceType and ReferenceKind are not
changed