Hello,
I want to copy a hidden template sheet, using VBA.
I do not want to make this template visible before I finish making some modifications to it like: naming it and writing a few things onto it.
I was unable to do that.
This is simply because I cannot Get the sheet to make these modifications.
The copied sheet doesn't become active since it is hidden.
The name of the hidden sheet is not easily predictable.
The Copy method does not return a sheet object, unfortunately.
How would you proceed to get the copy?
Thanks,
Michel
I want to copy a hidden template sheet, using VBA.
I do not want to make this template visible before I finish making some modifications to it like: naming it and writing a few things onto it.
I was unable to do that.
This is simply because I cannot Get the sheet to make these modifications.
The copied sheet doesn't become active since it is hidden.
The name of the hidden sheet is not easily predictable.
The Copy method does not return a sheet object, unfortunately.
How would you proceed to get the copy?
Thanks,
Michel