Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am running a macro In Excel 2003 Profressional that iteratively opens up a list of spreadsheets and copies and aggregates the data. I recently started receiving the Run time Error shown above. The code that blows up is shown below. What is odd is that a) it works the first few times b) it is calling a Macro that works all the time c) after the error, Excel is totally useless, you can't see the cursor move,... PLEASE HELP!!! Thanks For R = 1 To rowstoadd Application.GoTo Reference:="RRcopy_to" Selection.EntireRow.Insert Range("RRcopy_from").Copy <==== ERROR <==== ActiveSheet.Paste Next R |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Runtime Error '-2147417848 (80010108)' | Excel Programming | |||
Macro does not work after the program has been restarted in excel.Run time error 2147417848 (80010108) Method visible of object_worksheet failed | Excel Programming | |||
Excel Bug: Run-time error '-2147417848 (80010108)' | Excel Programming | |||
Automation error -2147417848 (80010108) | Excel Programming | |||
Run time error 2147417848(80010108) | Excel Programming |