How can I look up the number for a specified character using VBA? On a worksheet, if I have the less than symbol (<) in Cell A1, and put the formula =CODE(""&A1&"") in B1 and it gives me the result 60. With VBA I've tried using application.worksheetfunction but ".code" isn't a choice and I cannot find an alternative way to do it using VBA? Anyone have any suggestions? Thanks for reading!
Bookmarks