Hi,
I have a scenario as below:-
1) Create one userform with 1 text box with Multiple lines set to TRUE
2) Enter the multiple lines in the text box,
example:
4.2.2 Get & Stay Ready – File Transfer Management
4.2.3 Get & Stay Ready – Reference Data Management
4.2.4 Get & Stay Ready – Application & Security
4.2.5 Get & Stay Ready – Operational Schedules
4.2.6 Get & Stay Ready – Switch Migration and Supporting Transit Perioda
3) Those populated values in single cell to be placed into single row (based on newline??)
i.e.
Row A1 -> 4.2.2 Get & Stay Ready – File Transfer Management
4.2.3 Get & Stay Ready – Reference Data Management
4.2.4 Get & Stay Ready – Application & Security
4.2.5 Get & Stay Ready – Operational Schedules
4.2.6 Get & Stay Ready – Switch Migration and Supporting Transit Period
4) Those populated values in single cell to be placed into single row (based on newline??)
i.e.
Row A1 -> 4.2.2 Get & Stay Ready – File Transfer Management
A2 -> 4.2.3 Get & Stay Ready – Reference Data Management
A3 -> 4.2.4 Get & Stay Ready – Application & Security
A4 -> 4.2.5 Get & Stay Ready – Operational Schedules
A5 -> 4.2.6 Get & Stay Ready – Switch Migration and Supporting Transit Period
Is there any way i can do this in VBA?
Assuming the Sheet name is Sheet1, how can i accomplish this scenario?
Thanks before the reply.
Bookmarks