Hello,
I need a simple macro that will:
1. Sort Sheet 1 based on Number in column B and then in column A (note Sheets are named based on #s available in column A, then
2. Copy data from Column B to Sheets names corresponding to column A numbers
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10[/TD]
[TD]11111[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10[/TD]
[TD]22222[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]10[/TD]
[TD]33333[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]10[/TD]
[TD]44444[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]20[/TD]
[TD]11111[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]20[/TD]
[TD]22222[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]30[/TD]
[TD]11111[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]30[/TD]
[TD]22222[/TD]
[/TR]
</tbody>[/TABLE]
So, anything in column B with a #10 in column A, will be copied over to Sheet named "A". Same should repeat for any number #20 in A and so on until all Sheets have been pasted.
Thank you very much...
I need a simple macro that will:
1. Sort Sheet 1 based on Number in column B and then in column A (note Sheets are named based on #s available in column A, then
2. Copy data from Column B to Sheets names corresponding to column A numbers
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10[/TD]
[TD]11111[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10[/TD]
[TD]22222[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]10[/TD]
[TD]33333[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]10[/TD]
[TD]44444[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]20[/TD]
[TD]11111[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]20[/TD]
[TD]22222[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]30[/TD]
[TD]11111[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]30[/TD]
[TD]22222[/TD]
[/TR]
</tbody>[/TABLE]
So, anything in column B with a #10 in column A, will be copied over to Sheet named "A". Same should repeat for any number #20 in A and so on until all Sheets have been pasted.
Thank you very much...