P
PeterM
I need to be able to assign conditional formatting using VBA. Doing it in
design mode is simple...here's what I have....
Dim objFrc As FormatCondition
Me!part.FormatConditions.Delete 'remove any existing formats
Set objFrc = Me!part.FormatConditions.Add(???????)
I can't figure out the proper construct for adding a condition that is an
"Experssion is" condition. The condition that I want to use is
category="engagement"
Someone please help! I've been all over the web and poured through all of
the docs I can get my hands on and have not been able to find the assistance
that I need.
design mode is simple...here's what I have....
Dim objFrc As FormatCondition
Me!part.FormatConditions.Delete 'remove any existing formats
Set objFrc = Me!part.FormatConditions.Add(???????)
I can't figure out the proper construct for adding a condition that is an
"Experssion is" condition. The condition that I want to use is
category="engagement"
Someone please help! I've been all over the web and poured through all of
the docs I can get my hands on and have not been able to find the assistance
that I need.