Copy data from many worksheets to a compiled
Closed
Hobbs
-
Jul 14, 2009 at 04:34 PM
Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 - Jul 17, 2009 at 12:29 AM
Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 - Jul 17, 2009 at 12:29 AM
Related:
- Copy data from many worksheets to a compiled
- How to copy data from one excel sheet to another - Guide
- Tmobile data check - Guide
- Excel move data from one sheet to another - Guide
- You have a workbook with multiple worksheets and want an exact copy of one of the worksheets ✓ - Excel Forum
- How to split excel sheet into multiple worksheets - Guide
1 response
Excelguru
Posts
261
Registration date
Saturday April 11, 2009
Status
Member
Last seen
June 21, 2011
307
Jul 17, 2009 at 12:29 AM
Jul 17, 2009 at 12:29 AM
Hello Hobbs
Use Range("B4").End(xlDown).Select technique to find the last unused row
Use Range("B4").End(xlDown).Select technique to find the last unused row