View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin Just Martin Just is offline
external usenet poster
 
Posts: 3
Default change button text color

Hiya. Have a workbook with a commandbutton called "split". The caption,
likewise, is "split" I need some vba code to change the caption's font
color from black to gray.

When I record a macro and change the ForeColor property of the button, it
only records "ActiveSheet.Shapes("split").Select" and nothing else.

TIA, Martin