Hey I need some quick guidance for a excel macro..
I need a macro that does this:
1) Selects sheet2
2) Copies all of sheet 2 to sheet 1
3) Deletes sheet2
3) Selects sheet 3
3) Copies all fo sheet 2 into
next available space on sheet 1
4) Deletes sheet 3
......
Here is the problem though... how can we automate this process because all the sheet names have no numbers and there are 99 sheets. is there a NextSheet command? Im Very new to VBA and dont have any books to reference so thats why im here

Any help will be much appreicated.
Doc