Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RunTime Error (Automation Error) | Excel Programming | |||
Automation error??? | Excel Programming | |||
Automation error | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming | |||
Unknown where is the problem on the Runtime error - Automation error | Excel Programming |