What is the syntax for inserting a Conditional Region with a Single Condition which has Multiple Val
I'm woring in Word. What is the syntax for inserting a Conditional Region that has one condition which has multiple values? Conditional Formatting will not work as the content I'm placing the Condtional Region on is NOT in a table. Conditional Formatting applies only to tables.
Example: If I am trying to achieve CompanyCode_ID is not equal to 1, 2, 3, or 4 then show CompanyCode_ID 5.
Is the syntax written: <?if:number(CompanyCode_ID!='1', '2', '3', '4'?>
Thanks,
0