Macro to copy data under matching column header
Closed
nsabree6
Posts
3
Registration date
Sunday January 13, 2013
Status
Member
Last seen
January 13, 2013
-
Jan 13, 2013 at 08:04 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jan 13, 2013 at 09:47 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jan 13, 2013 at 09:47 AM
Related:
- Excel vba find column by header name and copy entire column
- Number to words in excel formula without vba - Guide
- Vba case like - Guide
- How to change author name in excel - Guide
- How to open vba in excel mac - Guide
- Excel marksheet - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jan 13, 2013 at 08:46 AM
Jan 13, 2013 at 08:46 AM
could you please post a sample workbook at some public file share site like speedyshare.com and post back link to the actual file back here
Jan 13, 2013 at 08:52 AM
Jan 13, 2013 at 09:45 AM
Jan 13, 2013 at 09:47 AM
1. loop thru each sheet
1.1. find the last used row on data sheet
1.2 copy each column starting from row 5 till last row into appropriate column in sheet "data" after the last used column as determined in step 1.1
?