Strange Font Problem(Resolved)
I'm trying to use the First Quarter Moon and Last Quarter Moon symbols from the Wingdings 2 font.
They look like crescent moons.
I need a way to acquire them for pasting into an MS Word file.
But I can't seem to get them.
If you copy them from the Windows Character Map and paste them into a RichTextBox, they show up properly.
But if you do an ASC() on the pasted Chars you get an ASCII of 63 for both of them.
If you try to add Chr$(63) to the RichTextBox you get some other char altogether.
How the heck do you get them?