Copy values only when using a filter
Closed
Debs269
Posts
21
Registration date
Monday October 15, 2012
Status
Member
Last seen
August 18, 2016
-
Aug 18, 2016 at 05:10 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Aug 18, 2016 at 08:13 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Aug 18, 2016 at 08:13 AM
Related:
- Copy values only when using a filter
- Safe search filter - Guide
- Filter unknown senders android - Guide
- Viber video call filter - Guide
- Apply snapchat filter to existing video - Guide
- Snapchat black and white filter - Guide
2 responses
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Aug 18, 2016 at 07:17 AM
Aug 18, 2016 at 07:17 AM
Hello Debs269,
Try changing this part:-
to
It should now copy/paste values only.
Cheerio,
vcoolio.
Try changing this part:-
FilterRng.AutoFilter Field:=1, Criteria1:=">1" CopyRng.SpecialCells(xlCellTypeVisible).EntireRow.Copy Destination:=Dest
to
FilterRng.AutoFilter Field:=1, Criteria1:=">1" CopyRng.SpecialCells(xlCellTypeVisible).EntireRow.Copy Destination:=Dest.PasteSpecial xlPasteValues
It should now copy/paste values only.
Cheerio,
vcoolio.
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Aug 18, 2016 at 08:13 AM
Aug 18, 2016 at 08:13 AM
Hello Debs,
I thought that may be the case!
Could you please upload a sample of your work book to a free file sharing site such as DropBox, ge.tt or SpeedyShare and then post the link to your file back here. Please use dummy data and include the code that you have in a standard module in the work book.
This way, it will be easier to try and decipher what the problem is.
Cheerio,
vcoolio.
I thought that may be the case!
Could you please upload a sample of your work book to a free file sharing site such as DropBox, ge.tt or SpeedyShare and then post the link to your file back here. Please use dummy data and include the code that you have in a standard module in the work book.
This way, it will be easier to try and decipher what the problem is.
Cheerio,
vcoolio.
Aug 18, 2016 at 07:34 AM