I have some text data with hex values represented as, for example, "0xF4". Neither CInt nor CByte seem to recognize "0xF4" or "&HF4" as a hexadecimal representation. How do I convert a hexadecimal string to an actual number? -- Lee