close

The SOX rocket team passed us a spreadsheet that has columns that need
to be parsed into individual columns.

The column contains embedded CRLF characters and contains variable
numbers of characters separated by CRLF characters.

any suggestions, code or otherwise?

thanks in advance

sportsguy--
sportsguy
------------------------------------------------------------------------
sportsguy's Profile: www.excelforum.com/member.php...oamp;userid=24771
View this thread: www.excelforum.com/showthread...hreadid=529663Try selecting the column of data to parse and run this:

Sub Macro1()
Selection.TextToColumns Destination:=Selection, DataType:=xlDelimited, _
TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False,
Tab:=True, _
Semicolon:=False, Comma:=False, Space:=False, Other:=True, OtherChar
_
:=Chr(10)
End Sub--
Jim
quot;sportsguyquot; gt; wrote
in message ...
|
| The SOX rocket team passed us a spreadsheet that has columns that need
| to be parsed into individual columns.
|
| The column contains embedded CRLF characters and contains variable
| numbers of characters separated by CRLF characters.
|
| any suggestions, code or otherwise?
|
| thanks in advance
|
| sportsguy
|
|
| --
| sportsguy
| ------------------------------------------------------------------------
| sportsguy's Profile:
www.excelforum.com/member.php...oamp;userid=24771
| View this thread: www.excelforum.com/showthread...hreadid=529663
|

Great answer,

thank you very much!

sportsguy--
sportsguy
------------------------------------------------------------------------
sportsguy's Profile: www.excelforum.com/member.php...oamp;userid=24771
View this thread: www.excelforum.com/showthread...hreadid=529663

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()