Robin,
Its a pretty simple solution. &H denotes to
vb that the next part of the string is a Hexidecimal number. I double checked this on google by doing a group search on converting hex in
VB. That being said and knowing that the unicode character string you mentioned is hexidecimal all I did was change it to a string
VB recognizes as hexidecimal, which will be recognized as a number by ChrW. I am glad I could lend a little guidance as I see it as giving back some of the guidance that was given to me when I started out (and indeed here and there I still find myself going to the news group for an issue that I am having trouble with).
Yehuda