K
Kevin R
I'm trying to figure out how to set more than 1 value my selecting a single
option. For example when the user select Mr or Ms, I need to insert
different words to identify the gender in the document text. Here is what I
have but its not working. I thought I could use "And" but apparently not.
Thanks for the help.
If optMr = True Then strGender1 = "Mr." And strGender2 = "his" And
strGender3 = "him" And strGender4 = "he"
option. For example when the user select Mr or Ms, I need to insert
different words to identify the gender in the document text. Here is what I
have but its not working. I thought I could use "And" but apparently not.
Thanks for the help.
If optMr = True Then strGender1 = "Mr." And strGender2 = "his" And
strGender3 = "him" And strGender4 = "he"