I'm using a macro to select the visible cells from a filtered list. I have a list of dozens of items across several columns and I filter it down to one row of cells. When I copy the one visible row to a destination on another worksheet, the visible row and two rows up are pasting as well. This includes the column label and one row higher. I only want to copy and paste the visible row with meaningful information. Here's what I'm using;
Set rng1 = rng1.SpecialCells(xlVisible)
Can anyone help?
Set rng1 = rng1.SpecialCells(xlVisible)
Can anyone help?