Change Font from returne value of UDF in VBA using Range.Characters property
问题 I've written a user defined function and want to change the font format of a defined character range, of the return value. It doesn´t seem to work the way i expekt, for cells with functions "= ..." . I only got 2 scenarios, first formated the whole return value and second doesn't format anything. For "normal" cells, is works, as you can see in the screenshot. try to change font format of first char to purple: top cell with function, botton cell without function: Anyone have an idea, how to do