Hi there
How can I change this code so that it would not keep on going to Sheets("DAY 2"). but rather look at the first or next available blank sheet.
Sheets("POPULATE SEATS").Select
Cells.Select
Selection.Copy
Sheets("DAY 2").Select
Cells.Select
ActiveSheet.Paste
How can I change this code so that it would not keep on going to Sheets("DAY 2"). but rather look at the first or next available blank sheet.
Sheets("POPULATE SEATS").Select
Cells.Select
Selection.Copy
Sheets("DAY 2").Select
Cells.Select
ActiveSheet.Paste