Hi!
I'm stuck with my idea. I tried to figure out but seems complicated.
There is an Excel table where there are TextBoxes inserted, something like:
TEXTBOX
empty row
TEXTBOX
empty row
empty row
TEXTBOX
...
So the main thing is that there aren't overlapping textboxes.
Is it possible to loop through them? From above to down?
And give each a value?
Cells:
red apple healthy
yellow zitrone delicious
...
Textbox1: red
T2: apple
T3: healthy
T4:yellow
T5: zitrone
T6: delicious
(Every 3. TextBox has the same size, since we have 3 different data to put in)
Thank you very much for your help!
I'm stuck with my idea. I tried to figure out but seems complicated.
There is an Excel table where there are TextBoxes inserted, something like:
TEXTBOX
empty row
TEXTBOX
empty row
empty row
TEXTBOX
...
So the main thing is that there aren't overlapping textboxes.
Is it possible to loop through them? From above to down?
And give each a value?
Cells:
red apple healthy
yellow zitrone delicious
...
Textbox1: red
T2: apple
T3: healthy
T4:yellow
T5: zitrone
T6: delicious
(Every 3. TextBox has the same size, since we have 3 different data to put in)
Thank you very much for your help!