HI,
I'm trying to write a simple loop to pull data from my worksheet into a text box on my userform when I click a command button.
The data is all in one column, but it could sometimes only be 3 rows, or 10. Once I get the data into the text box I want it formatted like this:
"Data from H2"
"Data from H3"
"Data from H4"
...and so on until it is done then I'll add additional text at the very bottom.
I know this should be simple, but I can't seem to find the solution today.
TIA
I'm trying to write a simple loop to pull data from my worksheet into a text box on my userform when I click a command button.
The data is all in one column, but it could sometimes only be 3 rows, or 10. Once I get the data into the text box I want it formatted like this:
"Data from H2"
"Data from H3"
"Data from H4"
...and so on until it is done then I'll add additional text at the very bottom.
I know this should be simple, but I can't seem to find the solution today.
TIA