How to copy a range of cells.
Closed
Raicce
-
Mar 19, 2012 at 06:09 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 24, 2012 at 03:57 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 24, 2012 at 03:57 PM
Related:
- How to copy a range of cells.
- Apple airtag range - Guide
- Insert a new sheet at the end of the tab names and paste the range names starting in cell a1. autofit columns a:b and name the worksheet as range names. ✓ - Excel Forum
- Copy cells from one sheet to another - Guide
- If a cell has text then return value ✓ - Excel Forum
- Based on the values in cells b77 b81 ✓ - Excel Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 24, 2012 at 03:57 PM
Mar 24, 2012 at 03:57 PM
you need to give more detail into issue
lastRow = Range("C" & rows.count).End(xlUp).Row
Range("C4:C" & lastRow).copy
Range("B2").pastespecial
lastRow = Range("C" & rows.count).End(xlUp).Row
Range("C4:C" & lastRow).copy
Range("B2").pastespecial