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:
- 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.
- My contacts list names - Guide
- Count names in excel - Guide
- Monk names wow - Guide
- How to insert at the rate in laptop - Guide
- Where is the insert key on a laptop - Guide
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