P
Peter Jackson
Hi All,
Is there a way to determine what the bullet character is from a number like
8226.
Here is what I know:
bulletChar =
shapeObj.TextFrame.TextRange.ParagraphFormat.Bullet.Character
This returns 8226 and displays:
ANSI 149 on lines without indent
ANSI 150 on lines with 1 indent
ANSI 149 on lines 2 indents
ANSI 150 on lines with 3 indents
etc.
So is there a simple formula to get 149,150,loop from 8226
TIA
Regards, Peter
Is there a way to determine what the bullet character is from a number like
8226.
Here is what I know:
bulletChar =
shapeObj.TextFrame.TextRange.ParagraphFormat.Bullet.Character
This returns 8226 and displays:
ANSI 149 on lines without indent
ANSI 150 on lines with 1 indent
ANSI 149 on lines 2 indents
ANSI 150 on lines with 3 indents
etc.
So is there a simple formula to get 149,150,loop from 8226
TIA
Regards, Peter