I'm getting 3/8, in Excel 2007, using this procedure:
Public Sub test() ActiveCell.Value = ChrW(&H215C) End Sub
> I have this line in my UDF which worked in excel 2003 and I seem to be having > trouble in excel 2007... [quoted text clipped - 4 lines] > > Can ChrW be referenced the same way???