M
Mr_Tony_James
Hi all
Word 2003 on XP Pro. Does anyone know how to set the value of a
document variable to a Wingdings 2 character?
My existing code is:
ActiveDocument.Variables("required").Value = "Yes"
I'd like to replace the "Yes" with a tick symbol (character number
-4016) from the Wingdings 2 font.
Have tried:
ActiveDocument.Variables("required").Value = ChrW(-4016) but it gives a
box symbol.
Is this possible or is there another way? Thanks.
Word 2003 on XP Pro. Does anyone know how to set the value of a
document variable to a Wingdings 2 character?
My existing code is:
ActiveDocument.Variables("required").Value = "Yes"
I'd like to replace the "Yes" with a tick symbol (character number
-4016) from the Wingdings 2 font.
Have tried:
ActiveDocument.Variables("required").Value = ChrW(-4016) but it gives a
box symbol.
Is this possible or is there another way? Thanks.