G
Gary
I know you can set font color with this:
SelectRow T.UniqueID, RowRelative:=False
SelectTaskField Row:=T.UniqueID, RowRelative:=False, Column:="Finish"
Font Color:=pjRed, Bold:=True
How dio I test for a font color. This doesn't compile:
If Font(Color = pjBlack) Then ' DOESN'tT Compile
' actions here
End If
SelectRow T.UniqueID, RowRelative:=False
SelectTaskField Row:=T.UniqueID, RowRelative:=False, Column:="Finish"
Font Color:=pjRed, Bold:=True
How dio I test for a font color. This doesn't compile:
If Font(Color = pjBlack) Then ' DOESN'tT Compile
' actions here
End If