ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Filter, Cut and Paste Problem (https://www.excelbanter.com/excel-discussion-misc-queries/221155-filter-cut-paste-problem.html)

ManhattanRebel

Filter, Cut and Paste Problem
 
I'm filtering then cutting and pasting, and when I paste to the new area,
data that I filtered out is being pasted. Is there a way to prevent this?

Stefi

Filter, Cut and Paste Problem
 
Try this two step selection method:

1st selection: EditGoToAdvancedCurrent area
2nd selection: EditGoToAdvancedVisible cells only

Now copy and paste!

Regards,
Stefi

€˛ManhattanRebel€¯ ezt Ć*rta:

I'm filtering then cutting and pasting, and when I paste to the new area,
data that I filtered out is being pasted. Is there a way to prevent this?


ManhattanRebel

Filter, Cut and Paste Problem
 
Stefi, are there any other options you can think of? I have to cut and paste
different data numerous times so I'm not sure your recommendation will work?
Thanks for the help.

"Stefi" wrote:

Try this two step selection method:

1st selection: EditGoToAdvancedCurrent area
2nd selection: EditGoToAdvancedVisible cells only

Now copy and paste!

Regards,
Stefi

€˛ManhattanRebel€¯ ezt Ć*rta:

I'm filtering then cutting and pasting, and when I paste to the new area,
data that I filtered out is being pasted. Is there a way to prevent this?


Stefi

Filter, Cut and Paste Problem
 
Maybe you should create a macro for that purpose, e.g. something like this one:

Sub filtercopy()
Selection.CurrentRegion.Select
Selection.SpecialCells(xlCellTypeVisible).Select
Selection.Copy
Sheets.Add
ActiveSheet.Paste
End Sub

Regards,
Stefi

It copies the filtered data on the active sheet to a new sheet.





€˛Stefi€¯ ezt Ć*rta:

Try this two step selection method:

1st selection: EditGoToAdvancedCurrent area
2nd selection: EditGoToAdvancedVisible cells only

Now copy and paste!

Regards,
Stefi

€˛ManhattanRebel€¯ ezt Ć*rta:

I'm filtering then cutting and pasting, and when I paste to the new area,
data that I filtered out is being pasted. Is there a way to prevent this?



All times are GMT +1. The time now is 05:29 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com