View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Amjad Amjad is offline
external usenet poster
 
Posts: 1
Default Formating column cells

I have a column full of single-word names. I want to
insert a dot (.) after every two consecutive letters. For
example if the name is: Amjad, then it will become:
Am.ja.d

Is there a quick way of doing that? like selecting the
whole column then format its contents in the manner
described above?

Thanks
Amjad