View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pat D[_2_] Pat D[_2_] is offline
external usenet poster
 
Posts: 6
Default set color of textbox (shape) bullets

I want to change the color of bullets in a textbox (shape) in XL 2007, but
keep getting errors. this is what I have tried:

ActiveSheet.Shapes("TESTBOX").TextFrame2.TextRange .ParagraphFormat.Bullet.Font.Color = 255

similarly, when I try to change the font name, character, or other
attributes of the bullet, this works just fine.