P
Peter Faulhaber
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
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