As in earlier versions of Word, you can add a macro that intercepts the
FormatBulletDefault command, but the macro will only run when the actual
bullet button is being clicked; it does not prevent anyone from clicking the
arrow on the bullet button to see more options from the gallery.
Sub FormatBulletDefault()
Selection.Style = "Bullet Style Name Here"
End Sub
Place the macro in the Normal template.
--
Stefan Blom
Microsoft Word MVP
---------------------------------------------
"Angie Nelson" wrote in message
news:f897c027-c8c3-47df...@h20g2000yqd.googlegroups.com...