KeyserSoze
Programmer
I am designing an Excel workbook that uses VBA to do manipulations on sheets. I will have only one sheet visible while the other sheets that are used for data manipulation and reporting will be hidden.
Question: Will I have to temporarily unhide a sheet before I can modify it and then re-hide it or can I just leave the sheets hidden and run my code?
Thanks!
Question: Will I have to temporarily unhide a sheet before I can modify it and then re-hide it or can I just leave the sheets hidden and run my code?
Thanks!