View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default distributing each characters on a cell

See your other thread, too.

jjuan wrote:

how can i distribute the letter in a cell to another cells?
example:

A1=HELP

then get each character

B1=H
C1=E
D1=L
E1=P


--

Dave Peterson