finding charcters for UDF

  • Thread starter Thread starter John
  • Start date Start date
J

John

I have this line in my UDF which worked in excel 2003 and I seem to be having
trouble in excel 2007...

If eigth = 3 Then
TYfrac = root & "-" & fracint & "" & ChrW(&H215C)
End If

Can ChrW be referenced the same way???
 
I'm getting 3/8, in Excel 2007, using this procedure:

Public Sub test()
ActiveCell.Value = ChrW(&H215C)
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top