Hello
Trying to get a vba code to get value of textbox 2 located on sheet 29 to display the value of sheet 20 I68 and I69 in percent format. An example would be if I68 was .22 and I69 was .30 then Textbox 2 would display 22%/30% in black font. In addition if either value is greater than .90, then color fill textbox purple, if 80 to 90, then red fill, 60 to 80 orange fill, 40 to 60 yellow fill, else green fill.
ASKER