Hi,
I want to copy and paste all cells as values on a hidden sheet.
When the sheet is not hidden, I currently do this:
However, I know you cannot use select on a hidden sheet.
Has anyone got any ideas how to do this?
Cheers,
E
I want to copy and paste all cells as values on a hidden sheet.
When the sheet is not hidden, I currently do this:
Code:
Cells.Select Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues
However, I know you cannot use select on a hidden sheet.
Has anyone got any ideas how to do this?
Cheers,
E