VBA code to split text data from a cell into multiple cells/rows

AliceDB

New Member
Joined
Jun 22, 2016
Messages
1
Hello All,

I need your help with a VBA code which should split the data from wrapped text cells into different cells / rows. For the ones which are empty, to let them empty.

I tried different macros, but with no luck.

Thanks a lot in advance,

IDCreated ByCreatedTitleQuarterReviewPr NamePr Name2PlatformWork DoneHoursDeal DescripIssue Descrip
3Alice 4/1/2016 4:06OPQ2FY1620product name1
product name 2
product name 3
Waived
Wi
Other
Desktop
Mobile
On-demand
Work done 1
Work done 2
Work done3
45Deal description 1
Deal description 11
Deal description 12
Issue description 1
Issue description 11
Issue description 12
4Tom 4/1/2016 4:38OPQ2FY1622Product Name 1
Product Name 11
Product Name 1122
Work Done
Work Done 33
Work Done 3344
33deal description 1
deal description 11
deal description 12
issue description 1
issue description 11
issue description 12
5Alice 4/1/2016 4:47OPQ2FY1625Product name 1
Product name 2
work done 1
work done 3
Deal description 1
Deal description 122
Issue Description 1
Issue Description 122
6Alice 4/6/2016 5:50OPQ2FY1630Product Name
Product Name Description
product name different than the above
Audit
Pal
Wi
Desktop
Mobile
Services
Work Done 1 comments comments 1
Work Done described in multiple lines
15Deal Description comments comments comments comments comments comments comments comments comments comments comments comments comments comments
other Deal Description other Deal Descriptionother Deal Description, other Deal Descriptionother Deal Description other Deal Descriptionother Deal Description.
New Deal Description, comments New Deal Description, comments New Deal Description, comments New Deal Description, comments New Deal Description, comments New Deal Description, comments New Deal Description, comments New Deal Description, comments
Issue Description Issue Description Issue Description Issue Description Issue Description Issue Description Issue Description
new issue descriptions, new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions new issue descriptions .
Issue Issue Description on the customer support Issue Description on the support Issue Description on the support Issue Description on the Issue Description on the support .

<colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
Expectation:

TitleQuarterReviewPr NamePr Name2PlatformWork DoneHoursDeal DescripIssue Descrip
OPQ2FY1620product name1WaivedDesktopWork done 1 45Deal description 1Issue description 1
product name 2WiMobileWork done 2 Deal description 11Issue description 11
product name 3OtherOn-demandWork done3 Deal description 12Issue description 12
OPQ2FY1622Product Name 1 Work Done 33deal description 1Issue description 1
Product Name 11 Work Done 33Deal description 11Issue description 11
Product Name 1122 Work Done 3344Deal description 12Issue description 12

<colgroup><col span="3"><col><col span="2"><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,216,209
Messages
6,129,513
Members
449,515
Latest member
lukaderanged

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top