Edited by TroyWells on 15-Dec-01 22:36.
OK, I’m getting closer, but I’m not there yet.
I’m having trouble find the symbol used in a bullet. I want to find it so I can add it to a label.
I basically want something like this:
ExistingNumberStyleExample = ChrW(Font:= _
ExistingNumberFormatFont, CharacterNumber:=ExistingNumberFormat, Unicode _
:=True)
But of course that doesn’t work. HELP!!
Thanks!!
Troy
Previously I wrote:
I’ve tried:
ExistingListLevelNumber = Selection.Paragraphs(1).Range.ListFormat.ListLevelNumber
MsgBox Asc(Selection.Paragraphs(1).Range.ListFormat.ListTemplate.ListLevels(ExistingListLevelNumber).NumberFormat)
But the only output I get is “63”. And if I try:
MsgBox ChrW(63)
I find that all I have is a “?”
This happened, for example, when I put the diamond shape bullet on a paragraph.
Thanks again for all your help!!
Troy