I figured something out--this is what I did.
Code:
strReplacementText = StrConv(objWorksheet.Cells(1, 1), vbUnicode)
To expand: I'm taking a non-Unicode string, and replacing non-Unicode characters for Unicode characters. I didn't think the StrConv() would work, but then I just thought of converting the source to Unicode also.
Reminds me of fraction-math from grade school--you first have to turn the whole numbers into fractions before you can use 'em! ;) Thanks.
- nullGumby