View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DrHunter DrHunter is offline
external usenet poster
 
Posts: 2
Default Format Concatenate Entries

Hi All,

I am trying to concatenate different references into one Cell. However i
would like some part of the concatenation to be concatenated in different
ways eg bold, italics, underline and font size.

= A1 &" Bold Text " &A2 &" Italics Text " &A3 &" Different Font sized Text "

Thanks in advance.