Hello, I need some help with an excel macro
We are creating a "list" using excel. I need to create a macro to do the following:
1. Add a new sheet, copy from an original or master( ideally by pressing a button or key combination). The sheet will be named numerically in sequence.
2. Create cell references on a "Project" page refering to the new sheet created.
example. Create sheet "51" ( or the next number in the sequence),
Copy the information in cell '51'!$B$1 to the next available cell in Column B on the "project" sheet.
Copy the information in cell '51'!$B$3 to the next available cell in column C on the "project" sheet.
and so forth until you get to column G
Thank you for your help