Method 'Paste' of object '_worksheet' failed

G

Greg Bloom

Run time error '-2147417848 (80010108)

I am copying a range from one spreadsheet and pasting to another. Anybody
else seen this?

Greg
 
G

Greg Bloom

On Error GoTo TemplateErrorRetailPrice '10/18/2004
Range("d" + Trim$(Str(zTopRow))).Activate
Workbooks(OE_Data).Sheets(zWorksheet).Range("l2:l2500").Copy
'10/05/04
ActiveSheet.Paste
 
G

Greg Bloom

On Error GoTo TemplateErrorRetailPrice '10/18/2004
Range("d" + Trim$(Str(zTopRow))).Activate
Workbooks(OE_Data).Sheets(zWorksheet).Range("l2:l2500").Copy
'10/05/04
ActiveSheet.Paste
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top