Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
After following the instructions on Microsofts site on how to delete duplicate rows, I ran into a "debug" error. Here's what I did 1. Control+A to select all cells with data in them. 2. Went to: Data/Filter/Advanced Filter 3. Selected "Filter the list, in place" 4. Checked "Unique Records Only". 5. Selected "OK" 6. Selected Edit/Copy 7. Pressed Delete 8. Selected Edit/Paste The macro results in the following error... Title Bar - Microsoft Visual Basic Run-time error '1004' Paste method of Worksheet class failed I noticed that while edit/paste is greyed out, I am able to paste from the office clipboard. How can I tell Excel to paste from the lastest entry in the office clipboard and not from the "regular" paste. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
EditPasteSpecialValues 'or whatever
"duugg" wrote: Hi all, After following the instructions on Microsofts site on how to delete duplicate rows, I ran into a "debug" error. Here's what I did 1. Control+A to select all cells with data in them. 2. Went to: Data/Filter/Advanced Filter 3. Selected "Filter the list, in place" 4. Checked "Unique Records Only". 5. Selected "OK" 6. Selected Edit/Copy 7. Pressed Delete 8. Selected Edit/Paste The macro results in the following error... Title Bar - Microsoft Visual Basic Run-time error '1004' Paste method of Worksheet class failed I noticed that while edit/paste is greyed out, I am able to paste from the office clipboard. How can I tell Excel to paste from the lastest entry in the office clipboard and not from the "regular" paste. Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to create Macro to delete duplicate Rows | Excel Programming | |||
Delete Duplicate Rows Macro Question | Excel Discussion (Misc queries) | |||
macro to delete duplicate rows using Filter | Excel Programming | |||
Macro to delete duplicate/triplicate rows | Excel Programming | |||
Macro to delete duplicate/triplicate rows | Excel Programming |