Hello,
I working in Excel with VBA and have 5 or 6 rows of data located within 1 cell. The user has decided to use Alt-Enter whilst entering the data.
The data is as follows:
Encoding: MPEG 1.0 layer 3
Mode: 44100 HZ Stereo
Track Number: 2
Title: On My Knees
Artist: Jaci Valasquez
Album: On My Knees: The Best Of Jaci Valasquez
Year: 2006
Genre: Gospol
Comment:
I wish to extract all of this information onto seperate columns and a row per entry. So at the end, I should have 9 sperate columns, with 1 rows of data each.
Is this possible and I would be greatful of any help.
Many Thanks
Kieron
Configuration: Windows XP Internet Explorer 7.0
Firstly, make a copy of your worksheet to practice on.
|
Hi,
|
That comma is the separator for the csv format. CSV = Comma separated value. ANd the comma is actually the separator for a new column. (you can split the cell into different collumns using the Text to Columns option)
|