Forum Discussion

etv24's avatar
etv24
Copper Contributor
Oct 03, 2024
Solved

Excel Copy All Columns Even When Table Is Filtered

I have a table (Parts Library) with a couple of hidden columns (so that columns match the BOM sheet), when I have no filters applied to this table I can copy and paste from it, and it copies the hidd...
  • SergeiBaklan's avatar
    Oct 03, 2024

    etv24 

    One of workarounds is to use VBA. Another workaround is to copy filtered cell with the column next to it. Let say we have such table

    If copy filtered data only visible cells will be pasted

    If copy with prior column, but include header row, all data will be pasted

Resources