mavericky99
New Member
- Joined
- Jul 22, 2015
- Messages
- 9
Hi,
I have a requirement to prepare a macro to split a characters in a cell after 256 characters and transfer it to the next cell.
example : (considering that I split for every 1 character)
Input
cell 1 cell 2 cell 3
ABC
Output :
cell 1 cell 2 cell 3
A B C
Similar to the above method the data must be split only into 3 cells i.e.., that if there are more than 256*3 characters.
First cell must have 256 characters, second cell must have 256 characters and 3rd cell must have rest of the characters. (If less than 256*3 it must leave the rest of the cells empty).
Please help!
Thanks,
Anand.
I have a requirement to prepare a macro to split a characters in a cell after 256 characters and transfer it to the next cell.
example : (considering that I split for every 1 character)
Input
cell 1 cell 2 cell 3
ABC
Output :
cell 1 cell 2 cell 3
A B C
Similar to the above method the data must be split only into 3 cells i.e.., that if there are more than 256*3 characters.
First cell must have 256 characters, second cell must have 256 characters and 3rd cell must have rest of the characters. (If less than 256*3 it must leave the rest of the cells empty).
Please help!
Thanks,
Anand.