Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to copy different rows of a sheet (not one below the other) and
to paste them in another sheet but I received a message saying: command cannot be used on multiple selections. Is any way to do it because it takes too long for a sheet of 7000 rows |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you select entire rows, it should work.
-- Regards, Tom Ogilvy "Penny" <Penny @discussions.microsoft.com wrote in message ... I am trying to copy different rows of a sheet (not one below the other) and to paste them in another sheet but I received a message saying: command cannot be used on multiple selections. Is any way to do it because it takes too long for a sheet of 7000 rows |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Penny wrote: I am trying to copy different rows of a sheet (not one below the other) and to paste them in another sheet but I received a message saying: command cannot be used on multiple selections. Is any way to do it because it takes too long for a sheet of 7000 rows It might be done with a VBA macro if there is a pattern to the rows you're copying. I.e., is it every other row, every third row? Or, do the rows you want to copy and paste all have a certain number or text string in a predictable location? If so, a macro could probably do it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fix for "That command cannot copy multiple selections.". | Excel Discussion (Misc queries) | |||
copy and paste with multiple selections in Microsoft Excel | Excel Discussion (Misc queries) | |||
copy and paste with multiple selections in Microsoft Excel | Excel Discussion (Misc queries) | |||
Paste to Multiple Selections | Excel Programming | |||
Copy and paste selections and formatting to new worksheet | Excel Programming |