I have been trying to append ' before a value so that excel cells will recognize the cells as a text value. Is there any way we can append ' with a value from UDF.
e.g If I call GetZero() it will return me '0.00 and excel will recognize it as 0.00 only(but as a text value).