Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Paste Method failed (Activesheet.Paste)

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Paste Method failed (Activesheet.Paste)

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Paste Method failed (Activesheet.Paste)

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
paste method of worksheet class failed Dwaine Horton[_3_] Excel Programming 7 August 11th 05 07:50 PM
Method 'Paste' of object '_Worksheet' failed markline Excel Discussion (Misc queries) 7 May 28th 05 05:02 AM
Method 'Paste' of object '_worksheet' failed Greg Bloom Excel Programming 4 October 18th 04 06:19 PM
VB Error: Paste Special method of range class failed Chris Excel Programming 2 January 30th 04 12:51 PM
Paste method of worksheet class failed error Todd Huttenstine[_2_] Excel Programming 1 December 16th 03 10:08 AM


All times are GMT +1. The time now is 02:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"