List Styles Dialog

B

Beth W

Does anyone know why this doesn't work?

Sub ShowListStylesDialog()
With Dialogs(wdDialogFormatBulletsAndNumbering)
.DefaultTab = wdDialogFormatBulletsAndNumberingTabListStyles
.Show
End With
End Sub

The Default Tab for the following work:

.DefaultTab = wdDialogFormatBulletsAndNumberingTabBulleted
.DefaultTab = wdDialogFormatBulletsAndNumberingTabNumbered
.DefaultTab = wdDialogFormatBulletsAndNumberingTabOutlineNumbered
 
W

Word Heretic

G'day Beth W <[email protected]>,

Because dialogs have been hopelessly implemented by MS and they don't
give a flying toss. Known issue unfort.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Beth W reckoned:
 
B

Beth W

I miss WP!

Word Heretic said:
G'day Beth W <[email protected]>,

Because dialogs have been hopelessly implemented by MS and they don't
give a flying toss. Known issue unfort.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Beth W reckoned:
 
Top