CephasOz
Active Member
- Joined
- Feb 18, 2020
- Messages
- 283
- Office Version
- 365
- Platform
- Windows
CephasOz submitted a new Excel article:
Copy visible cells to visible cells - Copy only the visible cells of a source range to only the visible cells of a destination range.
Read more about this Excel article...
Copy visible cells to visible cells - Copy only the visible cells of a source range to only the visible cells of a destination range.
Looking through the Excel articles, I was inspired by the article by Akuini Excel VBA: easy way to paste to visible cells. My code below takes into account hidden rows and columns in both source and destination. It also ensures that overlapping cells of source and destination are not copied; it will copy as much as it can, so cells that don't overlap are copied and cells that do are...
Read more about this Excel article...