K
Kev
I wish to take an entry from a textbox on a userform
(text only), and add it to a list of customer names all
in one column on another worksheet. Unsure of how to get
data as a string and then add to the other sheet.
In adding to the other sheet should I look for the last
cell in the column with text in it and add data to the
next cell down. Some hints on how to achieve this please.
OR select the sheet and then a row in the range, insert
row, then select vacant cell and paste my data into that
cell?
Thanks in advance....
Kev
(text only), and add it to a list of customer names all
in one column on another worksheet. Unsure of how to get
data as a string and then add to the other sheet.
In adding to the other sheet should I look for the last
cell in the column with text in it and add data to the
next cell down. Some hints on how to achieve this please.
OR select the sheet and then a row in the range, insert
row, then select vacant cell and paste my data into that
cell?
Thanks in advance....
Kev