View Single Post
  #3   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

tried that too, but doesn't do the trick either...

"JLGWhiz" wrote:

Shouldn't the color be defined in RGB

ActiveSheet.Shapes"TESTBOX").TextFrame2.TextRange _
.Format.Bullet.Font.Color = RGB(255, 0, 0)


"Pat D" wrote:

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.