I need to process an excel file where the alpha symbol(α) has been entered as an “a” character to which the symbol font has been applied.
When exporting the file, formatting is lost and there is no more distinction between α and a.
Is is possible using VBA to replace “a”s that have a symbol formatting into the α symbol?
This will not find alphas that are inside a differently formatted string though.
If you have those, you will need something like