Hi everyone
I found a VBA code to rename sheet name as the current date, but now, trying to make this new sheet as the active worksheet.
Everything works well except for making the newly or existing worksheet the active worksheet.
I have tried 2 commands (those rem out and in red), and they don't work.
If you run the code the 1st time, it will create a new worksheet with the current date
If you run it again, it will find it, and tell you. Here, i would like to make that new worksheet the active worksheet.
And this is where I'm stuck.
The uploaded image has run the 1st time and 2nd time, and this is the message box info it gives.
It tells me that it exist, but now I want to that sheet to be the active worksheet
I found a VBA code to rename sheet name as the current date, but now, trying to make this new sheet as the active worksheet.
Everything works well except for making the newly or existing worksheet the active worksheet.
I have tried 2 commands (those rem out and in red), and they don't work.
If you run the code the 1st time, it will create a new worksheet with the current date
If you run it again, it will find it, and tell you. Here, i would like to make that new worksheet the active worksheet.
And this is where I'm stuck.
The uploaded image has run the 1st time and 2nd time, and this is the message box info it gives.
It tells me that it exist, but now I want to that sheet to be the active worksheet