Hi,
I have an Multi-Line ActiveX TextBox1 that has the below strings as separate lines:
'Cat'
'Dog'
'Snake'
'Bear'
'Dragon'
I have TextBox1 linked to a single cell, so that it will output these lines to one cell. I'm trying to figure out a way (if indeed it's even possible) to output each line in TextBox1 so that, for example, you would have
B2 = 'Cat'
C2 = 'Dog'
D2 = 'Snake'
E2 = 'Bear'
F2 = 'Dragon'.
I've tried to add more than one LinkedCells in the TextBox1 Properties, but this doesn't work. Is it possible to somehow extract each string to its own cell? Thanks!
I have an Multi-Line ActiveX TextBox1 that has the below strings as separate lines:
'Cat'
'Dog'
'Snake'
'Bear'
'Dragon'
I have TextBox1 linked to a single cell, so that it will output these lines to one cell. I'm trying to figure out a way (if indeed it's even possible) to output each line in TextBox1 so that, for example, you would have
B2 = 'Cat'
C2 = 'Dog'
D2 = 'Snake'
E2 = 'Bear'
F2 = 'Dragon'.
I've tried to add more than one LinkedCells in the TextBox1 Properties, but this doesn't work. Is it possible to somehow extract each string to its own cell? Thanks!
Last edited: