如何取得EXCEL儲存格文字顏色?

請參考原作者:
http://www.excel-user.com/2009/11/vba-get-font-color-function.html

VBA程式碼:
-----------
Function GetFontColor(ByVal Target As Range) As Long 
    GetFontColor = Target.Font.ColorIndex 
End Function
----------

接著在儲存格輸入
=GetFontColor(你要的儲存格)

就可以得到對應的顏色數字


留言

這個網誌中的熱門文章