C
C''''est_moi
Again, in dire need of help. I need to have a sentence disappear if the
result of two different DD (each with 10 choices in them) is NOT equal to
something (both results are the same, below "AAA").
If ActiveDocument.FormFields("xxx").Result = "AAA" Or
ActiveDocument.FormFields("yyy") = "AAA" then
That is the command that I came up with and which works perfectly fine in
erasing my sentence but I want the contrary. I tried adding
= false
at the end but that does not work either. And I cannot find any "is not
equal to" command.
Merci/Thank you for any help anyone can provide.
Carmen
result of two different DD (each with 10 choices in them) is NOT equal to
something (both results are the same, below "AAA").
If ActiveDocument.FormFields("xxx").Result = "AAA" Or
ActiveDocument.FormFields("yyy") = "AAA" then
That is the command that I came up with and which works perfectly fine in
erasing my sentence but I want the contrary. I tried adding
= false
at the end but that does not work either. And I cannot find any "is not
equal to" command.
Merci/Thank you for any help anyone can provide.
Carmen