Hi there,
I was wondering if there was any way to reference a sheet with a variable name instead of needing to know the exact name of the sheet?
I am trying to open an individual sheet into my workbook with the code:
That works fine, if the sheet the person is trying to open is called "EVENTS". However I would like to implement something like![]()
Please Login or Register to view this content.
Sheets(sFileName)
to open the name of the sheet the same as the file name.
Bookmarks