jeberthold
Technical User
I am programming an event driven color change Visio 2002's Fill Format section of the Shape Sheet with the formula
=IF(DATEVALUE(Prop.NEXTINSP5)<DATEVALUE(NOW())+7 ed.,2,5)
in the FillForegnd cell, where 2 is the color to change to and 5 is the normal color.
I can specify color by number (0 to 23), but can't specify a custom color beyond 23. Is there a way to specify a custom color?