All, I've been doing quite a few searches and I can't seem to find out how to put a ≥ symbol into a msgbox. I can find all sorts of threads on putting it into a cell, but chrW($H2265) doesn't work in a vba string. For instance this code:
just outputs =. Have any of you been able to put a ≥ into a vba string for output to the user in a message box?
Thank you for your help!
Code:
msgbox chrW(&H2265)
just outputs =. Have any of you been able to put a ≥ into a vba string for output to the user in a message box?
Thank you for your help!