>Hello,
>
[quoted text clipped - 5 lines]
>
>Thanks
You can modify this in a number of ways (suppress some of the names, etc.) but
this is how to start:
Private Sub UserForm_Initialize()
Dim oStyl As Style
For Each oStyl In ActiveDocument.Styles
ComboBox1.AddItem oStyl.NameLocal
Next oStyl
ComboBox1.ListIndex = 0
End Sub
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
frank - 17 Jan 2008 19:44 GMT
This is perfect. Thank you so much!!
> >Hello,
> >
[quoted text clipped - 22 lines]
> Microsoft Word MVP FAQ: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.