List of Available Dialog boxes in Word (VBA)

L

lorenda

Does anyone happen to have a list of all the built in Dialog Boxes in
Word that can be called using VBA?
 
G

Greg Maxey

Open the VB editor. View>Object Browser. Do a Find for wdDialog and
the list appears.
 
G

Greg Maxey

Another way is Tools>Options>AutoList Members then

Sub Test()
With Dialogs( and the list appears.
 
J

Jean-Guy Marcil

(e-mail address removed) was telling us:
(e-mail address removed) nous racontait que :
Does anyone happen to have a list of all the built in Dialog Boxes in
Word that can be called using VBA?

Search the following key words in the VBA help file (from the ? menu in the
VBA editor):

Dialog Box Argument Lists

In word 2003, there are 225 of them (although some of them are specific the
Mac OS)

--

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top