Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
While using Activesheet.Paste in a newly created book through workbook.add function, I got following message "Paste method of workbook class failed." To my amazement, the same was working perfectly in MS EXCEL XP but when upgraded to Excel 2003 its creating problem.. Any idea.? Syed |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am happy to report the command works fine in xl2003.
Demo'd from the immediate window: worksheets("Sheet2").Range("A1").Resize(3,3).copy Activesheet.Paste ? Worksheets("Sheet2").Range("A1").Value 792 ? activecell.Value 792 Now the challenge is to identify what environmental/situational aspect specific to your situation is causing the problem. -- Regards, Tom Ogilvy "MS Excel" wrote in message ... Hi, While using Activesheet.Paste in a newly created book through workbook.add function, I got following message "Paste method of workbook class failed." To my amazement, the same was working perfectly in MS EXCEL XP but when upgraded to Excel 2003 its creating problem.. Any idea.? Syed |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You have another response in .excel
MS Excel wrote: Hi, While using Activesheet.Paste in a newly created book through workbook.add function, I got following message "Paste method of workbook class failed." To my amazement, the same was working perfectly in MS EXCEL XP but when upgraded to Excel 2003 its creating problem.. Any idea.? Syed -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
paste method of worksheet class failed | Excel Programming | |||
Method 'Paste' of object '_Worksheet' failed | Excel Discussion (Misc queries) | |||
Method 'Paste' of object '_worksheet' failed | Excel Programming | |||
VB Error: Paste Special method of range class failed | Excel Programming | |||
Paste method of worksheet class failed error | Excel Programming |