I'm setting up a type of form in excel where I have some validated drop down lists and I'm trying to use a macro that will, upon a button click, take the data from the drop down lists that are entered into the boxes, and organize them into a chart on a different sheet of the document. This would be the form with some drop down lists.[TABLE="width: 500"]
<tbody>[TR]
[TD]Juice Type[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Juice Size[/TD]
[TD]8 oz.[/TD]
[/TR]
[TR]
[TD]Juice Buyer[/TD]
[TD]Ronald[/TD]
[/TR]
</tbody>[/TABLE]
I want to add it in to a table with every button click filling in a new row in a table like this,[TABLE="width: 500"]
<tbody>[TR]
[TD]Juice Type[/TD]
[TD]Juice Size[/TD]
[TD]Juice Buyer[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]8 oz.[/TD]
[TD]Ronald[/TD]
[/TR]
</tbody>[/TABLE]
Thanks so much for any help in advance.
<tbody>[TR]
[TD]Juice Type[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Juice Size[/TD]
[TD]8 oz.[/TD]
[/TR]
[TR]
[TD]Juice Buyer[/TD]
[TD]Ronald[/TD]
[/TR]
</tbody>[/TABLE]
I want to add it in to a table with every button click filling in a new row in a table like this,[TABLE="width: 500"]
<tbody>[TR]
[TD]Juice Type[/TD]
[TD]Juice Size[/TD]
[TD]Juice Buyer[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]8 oz.[/TD]
[TD]Ronald[/TD]
[/TR]
</tbody>[/TABLE]
Thanks so much for any help in advance.