Thread: Splitting Rows
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Ron de Bruin
 
Posts: n/a
Default Splitting Rows

Hi v

You can use dataText to columns first and then use
CopyPastespecial Tranpose to paste in rows

--
Regards Ron de Bruin
http://www.rondebruin.nl


"ALoecher" wrote in message ...
I have an interesting problem. I have a worksheet where I have several items
seperated by semicolons in a cell. I want to split them but place the split
items in the rows below, not the columns. Any help is appreciated.