Forum Discussion
Tommee
May 02, 2023Copper Contributor
Change the cell's font color in a cell based on other cell's values not using conditional formatting
Hello. Can somebody help me code in each cell how to change the font color based upon another cell's value? I know how to do it in excel VBA using vbBlack and vbWhite or RGB(0,0,0) and RGB(255,255,25...
Tommee
May 03, 2023Copper Contributor
I created a VBA macro just in case another solution isn't available.
huhsoundeffect
May 16, 2023Copper Contributor
hey , could you share the vba macro?