I've looked around quite a bit and I can't seem to find any way to display a ≥ sign in the text (prompt) of an inputbox. ChrW(&H2265) doesn't work. It just gives me an = sign and the ansi/ascii character set doesn't include a ≥ sign so I can't just use chr() to get one either. I really would prefer to avoid using >= as it is quite tacky.
Does anyone have a thought on how I might get a ≥ into the text (prompt) of an inputbox?
Thank you!
Does anyone have a thought on how I might get a ≥ into the text (prompt) of an inputbox?
Thank you!