Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default 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?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default 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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Filter-Copy-Paste Problem Thad Meyers Excel Discussion (Misc queries) 3 July 30th 07 05:59 PM
Copy Paste in Filter Gops Setting up and Configuration of Excel 1 July 16th 07 12:44 PM
Auto-Filter copy/paste problem [email protected] Excel Discussion (Misc queries) 1 January 11th 07 01:38 PM
Copy & paste special under a filter Holly Excel Discussion (Misc queries) 3 November 18th 06 12:28 PM
Excel cut/Paste Problem: Year changes after data is copy and paste Asif Excel Discussion (Misc queries) 2 December 9th 05 05:16 PM


All times are GMT +1. The time now is 04:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"