debxxx1
New Member
Hi Briliant people here,
Can you please help me. I have a big string in VBA and I want to convert into a small string where each line should not contain more than 10 characters. Below is the example. Thank you in advance,
This is my Input
LString= "abc123acz1abc123acz113rfvfvejcvjcvjhvsdhvh"
This is my expected output.
SString= "abc123acz1
abc123acz1
13rfvfvejc
vjcvjhvsdh
vh"
Can you please help me. I have a big string in VBA and I want to convert into a small string where each line should not contain more than 10 characters. Below is the example. Thank you in advance,
This is my Input
LString= "abc123acz1abc123acz113rfvfvejcvjcvjhvsdhvh"
This is my expected output.
SString= "abc123acz1
abc123acz1
13rfvfvejc
vjcvjhvsdh
vh"