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
- How to copy data to multiple worksheets in Excel - Guide
- How to export data from facebook - Guide
- How to extract data from excel based on criteria - Excel Forum
- Tmobile data check - 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