Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I recorded the simpliest macro to move content of the cell A1 to the cell A2:
Range("A1").Select Selection.Cut Range("A2").Select ActiveSheet.Paste It returned the following error message: Run-time error '-2147417848 (80010108)': Method "Paste" of object "_Worksheet" failed I copied the macro into a new workbook and it worked OK. I can't find a difference between the workbooks. Please help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"method 'Copy' of object '_Worksheet' failed" | Excel Programming | |||
"GoalSeek method of Range object failed" error message | Excel Programming | |||
METHOD "SELECT" OF OBJECT '_WORKSHEET' FAILED when opening a file | Excel Programming | |||
Getting "compile error" "method or data member not found" on reinstall | Excel Programming | |||
"Run-time error '1004'" Method 'Range' of object '_global' failed. | Excel Programming |