This is the function and it works without any problem
- Substitute all the occurence of char 160 in a cell with a null "".
- Trim any empty spaces.
- Concatenate the arrived number with char 160 again in the front.
act is the name of the referenced worksheet.
CAN anyone give a VB equivalent of this?
Range("a1").Value = "=+CONCATENATE(char(160),trim(substitute(" & act & "!RC[3],char(160),"""")))"
I have a telephone index with numbers on similiar lines for a match.