LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 408
Default Automation Error

Hi All,

I have a macro that helps me normalize the data in a input worksheet and
put it in a output worksheet. I use the Do Until Loop in the macro to
process all the data until all the data has been processed. It works fine,
but whenever i have more that 8193 rows of data, the following runtime error
will appear:

Run-time error '-2147417848 (80010108)'
Automation Error
The object involved has disconnected from its clients.

It will stop on the line that tells excel to hard code the data in the
output worksheet (within Do Until Loop):
Sheets("Output").Rows(Last).Copy
Sheets("Output").Rows(Last).PasteSpecial Paste:=xlValues

I would appriciate any help you can give me.

--
Regards,
Tim
 
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
RunTime Error (Automation Error) KD[_3_] Excel Programming 3 January 25th 05 01:56 PM
Automation error??? Zurn[_23_] Excel Programming 0 October 11th 04 10:24 AM
Automation error Tali[_2_] Excel Programming 3 August 6th 04 12:48 AM
Automation Error, Unknown Error. Error value - 440 Neo[_2_] Excel Programming 0 May 29th 04 05:26 AM
Unknown where is the problem on the Runtime error - Automation error wellie Excel Programming 1 July 10th 03 08:12 AM


All times are GMT +1. The time now is 03:25 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"