フォームコントロールボタンの文字の色を変えたいんだけど
セレクトしない方法はないのですか?

Set n = Worksheets("Sheet1").Shapes("Button 1")
 n.Font.ColorIndex = 3

みたいな?