S
Steve Lang
Hi all,
I use an "en Space" character a lot in my work. In Office 2K, I could use
the chrW(8194) in my code to insert the correct character. In my coversion
to OfficeXP, I have noticed that there using this method gives a decidedly
different character in the document than using "Selection.InsertSymbol
CharacterNumber:=8194, Unicode:=True, Bias:=0"
However, both give 8194 when they are selected and tested using
AscW(Selection). What's up with that? They are different characters, but
have the same Unicode? Has anyone run up against this?
TIA and have a great day!
--
Stephen Lang
Legislative Counsel Bureau
Carson City, NV
GMT+8
slang at lcb <dot> state <dot> nv dot us
I use an "en Space" character a lot in my work. In Office 2K, I could use
the chrW(8194) in my code to insert the correct character. In my coversion
to OfficeXP, I have noticed that there using this method gives a decidedly
different character in the document than using "Selection.InsertSymbol
CharacterNumber:=8194, Unicode:=True, Bias:=0"
However, both give 8194 when they are selected and tested using
AscW(Selection). What's up with that? They are different characters, but
have the same Unicode? Has anyone run up against this?
TIA and have a great day!
--
Stephen Lang
Legislative Counsel Bureau
Carson City, NV
GMT+8
slang at lcb <dot> state <dot> nv dot us