Hey everyone,
When my main workbook loads, it opens a second worksheet which holds data with has visible = false.
I am trying to find a way for a macro run in my first workbook, to make the second workbook come visible again.
I can use Ctrl G, in the "immediate" window and type "'Windows("jason hensley.xlsm").Visible = True" and it comes back. But i need to allow all users to be able to press a button and it does it in the background.
The other thing is, i need it to have a dynamic range reference as the workbook name always changes. I have tried a few things using "(Sheets("Ranges").Range("L387").Value).Visible = True" but none work.
Does anyone know a way to do this? ohhh yeh, as above and below, the location of the file name is located:
Sheet: "Ranges"
File name: "L387"
And if you need it: the file path islocated: "I387"
Any help would be appreciated!
When my main workbook loads, it opens a second worksheet which holds data with has visible = false.
I am trying to find a way for a macro run in my first workbook, to make the second workbook come visible again.
I can use Ctrl G, in the "immediate" window and type "'Windows("jason hensley.xlsm").Visible = True" and it comes back. But i need to allow all users to be able to press a button and it does it in the background.
The other thing is, i need it to have a dynamic range reference as the workbook name always changes. I have tried a few things using "(Sheets("Ranges").Range("L387").Value).Visible = True" but none work.
Does anyone know a way to do this? ohhh yeh, as above and below, the location of the file name is located:
Sheet: "Ranges"
File name: "L387"
And if you need it: the file path islocated: "I387"
Any help would be appreciated!