トップページ(目次)

178.フォントカラー色を変更する_RGB版

<実行前後>
 → 
Sub フォントカラー色を変更する_RGB版()

    Range("A1").Font.Color = RGB(255, 0, 0)
    
End Sub
RGBに関しては、マイクロソフトのこちらのページを参照 https://docs.microsoft.com/ja-jp/office/vba/language/reference/user-interface-help/rgb-function

Copyright © 2021 https://excel3000.web.fc2.com/ All Rights Reserved.
    inserted by FC2 system