SQUIDD
Well-known Member
- Joined
- Jan 2, 2009
- Messages
- 2,126
- Office Version
- 2019
- 2016
- Platform
- Windows
Hi All
So I'm using the following to copy data after a filter
However, sometimes the filtered range is no info, how can i catch this before i copy and paste.
thanks
Dave
So I'm using the following to copy data after a filter
VBA Code:
SpecialCells(xlCellTypeVisible).copy
However, sometimes the filtered range is no info, how can i catch this before i copy and paste.
thanks
Dave