Hi all:
I want to copy cells of my current worksheet into a sheet9 which I want to hide. I recorded a macro to do the copy and paste. Then I hide the sheet, and tried to run the macro but I am getting an error (probably because sheet9 is now hidden). How do I work around this?
Here is my macro:
Cells.Select
Selection.Copy
Sheet9.Select
Cells.Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
Any help is appreciated, thanks for your time.
SharonMee
I want to copy cells of my current worksheet into a sheet9 which I want to hide. I recorded a macro to do the copy and paste. Then I hide the sheet, and tried to run the macro but I am getting an error (probably because sheet9 is now hidden). How do I work around this?
Here is my macro:
Cells.Select
Selection.Copy
Sheet9.Select
Cells.Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
Any help is appreciated, thanks for your time.
SharonMee