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
- How do i find a specific video on youtube - Guide
- Based on the values in cells b77 b88 - Excel Forum
- How to copy paste youtube link on android - Guide
- Based on the values in cells b77 b81 c77 - Excel Forum
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)))