Hello,
I have a workbook that consists of 12 sheets for 12 months (eg. January, February, March, etc)
I want a text box asking the end-user to enter a specific month's name and thus taking the user to that sheet while making that sheet active.
But that's not all, some sheets with the month's name are also hidden. Hence, if the above scenario is met it would also need to unhide the sheet entered and then make it as active.
For instance a user enters January in text box, but it was already unhide so the code takes the user to january sheet.
but now the user enters February in text box, it was hidden so , it first unhides it and then takes the user to january sheet.
Note: There is no operation for hiding the sheet again, but only unhide is required.
Will appreciate any help.
Thank you.
I have a workbook that consists of 12 sheets for 12 months (eg. January, February, March, etc)
I want a text box asking the end-user to enter a specific month's name and thus taking the user to that sheet while making that sheet active.
But that's not all, some sheets with the month's name are also hidden. Hence, if the above scenario is met it would also need to unhide the sheet entered and then make it as active.
For instance a user enters January in text box, but it was already unhide so the code takes the user to january sheet.
but now the user enters February in text box, it was hidden so , it first unhides it and then takes the user to january sheet.
Note: There is no operation for hiding the sheet again, but only unhide is required.
Will appreciate any help.
Thank you.