Copy/paste values on the specific column
Solved/Closed
tinissane
-
Mar 6, 2010 at 10:57 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 7, 2010 at 03:54 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 7, 2010 at 03:54 AM
Related:
- Copy/paste values on the specific column
- How to find specific words on a page - Guide
- Based on the values in cells b77 ✓ - Excel Forum
- Excel conditional formatting if cell contains specific text - Excel Forum
- Excel conditional formatting if another cell contains specific text ✓ - Excel Forum
- Copy and paste fonts - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 7, 2010 at 03:54 AM
Mar 7, 2010 at 03:54 AM
you can define your paste range as
Range(cells(2, (range("A2").value + 1)), cells(10, (range("A2").value + 1)))
Range(cells(2, (range("A2").value + 1)), cells(10, (range("A2").value + 1)))