Re: Copy and PasteSpecial help
- From: "Don Guillett" <dguillett1@xxxxxxxxxxxxx>
- Date: Thu, 9 Nov 2006 09:58:57 -0600
try
with range("c15:bk15")
..value=.formula
end with
--
Don Guillett
SalesAid Software
dguillett1@xxxxxxxxxxxxx
"chemicals" <chemicals@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0AF46404-A1C4-4CD4-96F4-BB80133D4B2A@xxxxxxxxxxxxxxxx
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?
.
- Prev by Date: Re: Scroll Event
- Next by Date: Re: Macro to copy files
- Previous by thread: Re: sumproduct syntax
- Next by thread: How can I detect "nothing"?
- Index(es):