I have a written macro that works but one little issue. It is setup to create a new excel worksheet (BOOK1) and then rename (BOOK1) to current date. Although, the user of the macro has decided that he/she wants to run it several times while its still open. In doing that the next time it tries to run it creates (BOOK2), not (BOOK1). I explained he/she would have to close the macro and reopen it and run it again so that it doesn't error our (which it does, if he/she keeps it open and runs it again, because it cannot rename (BOOK1) since (BOOK2) is now the next spreadsheet. How can I either tell it to always create (BOOK1) or change the other parts of the macro to tell it to take the current active spreadsheet and rename tab what I want it to be.
**apparently I have to make the macro super easy friendly...
Thanks.
**apparently I have to make the macro super easy friendly...
Thanks.