Hello,
What is the code to copy all the cells of a certain sheet to another sheet in exell. I also add a new sheet who i named (spread).
This is what i tried.
Sheets("sheet1").cells.select
Sheets("sheet1").cells.copy
set spread = sheets.add
spread.activate
spread.cells.copy
But this doesnt seem te to work.
Can anyone help me?
thx
What is the code to copy all the cells of a certain sheet to another sheet in exell. I also add a new sheet who i named (spread).
This is what i tried.
Sheets("sheet1").cells.select
Sheets("sheet1").cells.copy
set spread = sheets.add
spread.activate
spread.cells.copy
But this doesnt seem te to work.
Can anyone help me?
thx