Copy and PasteSpecial help
I have solved it with this workaround...but woudlstill like to know what my
original problem was
Sheets("DW").Range("C11:BK11").Value =
Sheets("DW").Range("C15:BK15").Value
"chemicals" wrote:
I have simple code:
Sheets("DW").Range("C15:BK15").Copy
Sheets("DW").Range("C11").PasteSpecial(xlValues)
I get the follwoing error:
Error 1004
Unable to get the PasteSpecial property of the Range class
What gives?
|