Thread
:
Copy and PasteSpecial help
View Single Post
#
1
Posted to microsoft.public.excel.programming
chemicals
external usenet poster
Posts: 25
Copy and PasteSpecial help
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?
Reply With Quote
chemicals
View Public Profile
Find all posts by chemicals