View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
anthrobro anthrobro is offline
external usenet poster
 
Posts: 1
Default divide and conquer --- help!

I am trying to write a short macro for excel that will take the content
of a cell and then break each character up into a different cell.

For example, in cell 1-A is "U1234A"

I need my macro to break that into:

2-A = "U" , 2-B = "1" , 2-C = "2" , 2-D = "3" ...... etc.


Can anyone give me a quick example code? My main problem is I don
know how to program the macro to pull each character out of a selecte
cell and break it up.

I was thinking maybe put it into an array

--
Message posted from http://www.ExcelForum.com