View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Matteo Matteo is offline
external usenet poster
 
Posts: 4
Default Concatenate - Excel 2003 or 2007

Dear all,
I have to concatenate some informations into a single line, these infos are
html code and javascript so sometimes I have characters like ' " ; using
them into the concatenate function they are interpret like interruptions or
break bu they are not, how can I solve it?

Thanks all

example:

<a href="#" onclick="getinfos(111); "Try it</a

Matteo