2016年12月7日水曜日

文字単位の色指定

        With ActiveSheet.Cells(行, 列).Characters(Start:=n, length:=1).Font
            .Bold = True
            '.ColorIndex = 7
            .Color = RGB(255, 0, 255) 'ピンク #FF00FF / RGB(255,0,255) / 16711935
        End With

0 件のコメント:

コメントを投稿