Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I have a program that works fine in XL2000 but in XL2003 I get a
Runtime error 1004 - Paste method of worksheet class failed. When I look at the spreadsheet the data pasted ok. Here is my code: Range(Cells("1", "A"), Cells(a, "B")).Select Selection.SpecialCells(xlCellTypeVisible).Select Selection.Copy Sheets("Tables").Select Range("A1").Select ActiveSheet.Paste Destination:=Range("A1") What I have done before this is perfomed a subtotal and minimized to show just the totals. I then want to copy this and paste the totals on a new sheet. It fails with just activesheet.paste and with the above. What is causing this error and how can I get it fixed. Dwaine |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error 1004 paste method of worksheet class failed | Excel Programming | |||
XL2003 "paste method of worksheet class failed" | Excel Programming | |||
Run Time error 1004 Paste Method of Worksheet Class Failed | Excel Programming | |||
VB Error: Paste Special method of range class failed | Excel Programming | |||
Paste method of worksheet class failed error | Excel Programming |