Paste Method failed (Activesheet.Paste)

  • Thread starter Thread starter MS Excel
  • Start date Start date
M

MS Excel

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
 
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.
 
You have another response in .excel

MS said:
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
 

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

Back
Top