View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Richard Buttrey Richard Buttrey is offline
external usenet poster
 
Posts: 296
Default Add a text to rows option

How about a simple macro to:

1. Read the value of the cell into a string variable
2. Loop through the variable identifying the characters between each
succesive pair of delimiters, putting these into a second string
variable.
3. Use Range("A65536").End(xlUp).offset(1,0) = stVariable2
to list the substrings under one another.

HTH


On Thu, 24 Aug 2006 12:31:02 -0700, Lisa
wrote:

In Excel I have the option to go to Data - Text to Columns to convert text
from a single cell to multiple columns. I would like to convert the text to
multiple rows.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions


__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________