Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Method 'Paste' of object '_worksheet' failed

Run time error '-2147417848 (80010108)

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

Greg


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Method 'Paste' of object '_worksheet' failed

Hi Greg

Post your code in this thread

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Greg Bloom" wrote in message news:loRcd.270696$D%.249449@attbi_s51...
Run time error '-2147417848 (80010108)

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

Greg




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Method 'Paste' of object '_worksheet' failed

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



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Method 'Paste' of object '_worksheet' failed

Do you run the code from a button in excel 97 ??


--
Regards Ron de Bruin
http://www.rondebruin.nl


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



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Method 'Paste' of object '_worksheet' failed

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



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


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 Failed When Copying Chart Object Larry[_3_] Excel Discussion (Misc queries) 0 May 17th 07 11:02 PM
Method 'MailEnvelope' of object '_Worksheet' failed [email protected] Excel Discussion (Misc queries) 1 December 7th 05 11:20 PM
Method 'Paste' of object '_Worksheet' failed markline Excel Discussion (Misc queries) 7 May 28th 05 05:02 AM
METHOD "SELECT" OF OBJECT '_WORKSHEET' FAILED when opening a file Mat Excel Programming 0 July 8th 04 05:13 PM
HELP!!!! -- (Method Range of _Worksheet failed) ERROR! Fusion[_2_] Excel Programming 4 November 24th 03 03:32 PM


All times are GMT +1. The time now is 06:48 PM.

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"