nicoleoneaus
New Member
Hi Guys,
I'm new to VBA macros and have struggled to understand the code that is required to Hyperlink to hidden sheets. I've made a day calendar with dates that change according to a list down menu of months. I've then put a cell under each day with a HYPERLINK (concantrate) linking to the generated number generated by the day formula. The link requires me to make sure the sheet and generated number is the same, allowing a user to click the button taking them to the relevant sheet. The problem is I have to name the sheet a long number to match the populating number the formula is making, and because of this the pages are unidentifiable as they don't have dates but instead have seemingly random numbers. Thus I wanted to hide all the sheets and have the calendar be the only way to open a sheet. But I can't seem to figure out how to hyperlink to hidden sheets and close the relevant sheet when I close the document. The end goal is to link up about two months of sheets starting from September-October.
Currently I've linked 5th Sep -12th Sep (meaning if you click the button under those dates, it will link you to the sheet which has the same sheet name as the generated number. Can anybody help me?
I've attached the file.
I'm new to VBA macros and have struggled to understand the code that is required to Hyperlink to hidden sheets. I've made a day calendar with dates that change according to a list down menu of months. I've then put a cell under each day with a HYPERLINK (concantrate) linking to the generated number generated by the day formula. The link requires me to make sure the sheet and generated number is the same, allowing a user to click the button taking them to the relevant sheet. The problem is I have to name the sheet a long number to match the populating number the formula is making, and because of this the pages are unidentifiable as they don't have dates but instead have seemingly random numbers. Thus I wanted to hide all the sheets and have the calendar be the only way to open a sheet. But I can't seem to figure out how to hyperlink to hidden sheets and close the relevant sheet when I close the document. The end goal is to link up about two months of sheets starting from September-October.
Currently I've linked 5th Sep -12th Sep (meaning if you click the button under those dates, it will link you to the sheet which has the same sheet name as the generated number. Can anybody help me?
I've attached the file.