Hi,
I want vba code for UDF jointext where syntax of the function will =jointtext("A1:E1",",") which will give me o/p as below :
Suppose a b c d e are written in column A1 to E1 respectively then jointext function should return me answer as a,b,c,d,e.
Thanks in advance.