Forum Discussion
Tony2021
Nov 10, 2022Steel Contributor
Filtered List - Cant Copy from one column to another
Hello Experts, I have had this issue of not being able to copy data from one column to another if the list is filtered. I want to be able to copy the entire range and paste it into the same rows in t...
- Nov 10, 2022
Cangkir
Nov 11, 2022Copper Contributor
To copy-paste from visible cells to visible cells, try using “Sub CopyVisibleToVisible1” macro. You can put the macro in Personal.xlsb & assign the macro to a toolbar button, so you can use it on any open workbook.
You can find it here:
https://techcommunity.microsoft.com/t5/excel/paste-to-visible-cells-only-in-a-filtered-cells-only/m-p/3648053/highlight/true#M166604
- Tony2021Nov 11, 2022Steel ContributorHi Cangkir, wow! that worked perfectly! Thank you so much for that code. I put it in the personal.xlsb. I am glad you mentioned the personal.xlsb since I forgot about it since I have it hidden on start and thought I would have to save my file as a macro enabled but I dont need to now. thanks again.
- CangkirNov 11, 2022Copper ContributorYou're welcome, glad it work.