Thread
:
Copy and PasteSpecial help
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Copy and PasteSpecial help
try
with range("c15:bk15")
..value=.formula
end with
--
Don Guillett
SalesAid Software
"chemicals" wrote in message
...
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
Don Guillett
View Public Profile
Find all posts by Don Guillett