Forum Discussion
ShivaPrasad
3 months agoNew Contributor
Hi MG,
Thank you for the response, if possible, Can you please provide an example CV Extender rule to make a formatting. It will help us to get the result
- pranav463 months agoContributor II
I used combo box which has literal parameters.
1 = YES
2= NO
then use below formatting
If (CellAmount = 1) Then
BackgroundColor = Pink, TextColor = Red
'Else
' BackgroundColor = White, TextColor = Black
End If
Hope this help but get in idea stream
Related Content
- 9 months ago
- 6 months ago