wdDialogInsertCrossReference ?????????????????

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
 
J

Jean-Guy Marcil

Peter Faulhaber was telling us:
Peter Faulhaber nous racontait que :
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

See this thread:
http://tinyurl.com/yvospr

For a more general discussion on built-in dialogs, see:
http://word.mvps.org/FAQs/MacrosVBA/WordDlgHelp.htm

--

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top