To all,
Please do me a favor!
I've been tried to make a list of data that is enterred in the Textbox and when I click on Commandbutton all data will be stored in each row. For example:
In Sheet1: I have created one Textbox1 and one Commandbutton1 in the sheet and when I enter data such as Green, Red, Blue in the Textbox1 and click on Commandbutton1, the data will be stored in cell A1 as "Green", A2 as "Red", and A3 as "Blue"
To Clarify: First I enter "Green" in Texbox1, when click Commandbutton1 => "Green" will be stored in cell A1
Second I enter "Red" in Texbox1, when click Commandbutton1 => "Red" will be stored in the next cell which is A2
Third I enter "Blue" in Texbox1, when click Commandbutton1 => "Blue" will be stored in the next cell which is A3
I want the range of the list from A1 to A500
If you have any questions please feel free to let me know
Thanks in advance.
Vee
Bookmarks