A
Aman
Hi
In project, i want to change the font color of a cell based on a condition.
The pseudo code is something like:
if t.Start > t.Baseline1Start then
t.text4.fontcolor = pjRed
else
t.text4.fontcolor = pjBlue
end if
I tried many different ways, but quite obviously my project/vba skills are
not very proficient right now. Any help is appreciated.
Thanks
In project, i want to change the font color of a cell based on a condition.
The pseudo code is something like:
if t.Start > t.Baseline1Start then
t.text4.fontcolor = pjRed
else
t.text4.fontcolor = pjBlue
end if
I tried many different ways, but quite obviously my project/vba skills are
not very proficient right now. Any help is appreciated.
Thanks