Hi again everybody,
when i copy a range of cells, what code is best used to clear the contents of another worksheet, so when their pasted into it, they dont leave old data from larger ranges pasted previously.
i get the Select Method Of Range Class Failed error,
i have tried
Sheets("Results").Select
Cells.Select
SendKeys ("^A")
==================
Sheets("Results").Select
Range("A1:Z1000").Value=""
and some other stuff, but it doesnt quite work out
perhaps deleting a worksheet, and creating a new one would clear it properly, and then i could just use the destination code to copy the data to.
things is, what kinda code is used ?
when i copy a range of cells, what code is best used to clear the contents of another worksheet, so when their pasted into it, they dont leave old data from larger ranges pasted previously.
i get the Select Method Of Range Class Failed error,
i have tried
Sheets("Results").Select
Cells.Select
SendKeys ("^A")
==================
Sheets("Results").Select
Range("A1:Z1000").Value=""
and some other stuff, but it doesnt quite work out
perhaps deleting a worksheet, and creating a new one would clear it properly, and then i could just use the destination code to copy the data to.
things is, what kinda code is used ?