Hello,
I'm very new to VBA and am not in a position to download Excel Jeanie so I apologize in advance if I'm not following forum etiquette in how I'm asking my question.
The scenario is that I have sheet of data that is out of order but labeled. I tried to record a macro to find the label and then select the data (which has about 10 columns and 10 rows of information) but the problem is that after the macro finds the label, it selects the data based of a specific cell and so the data is out of order.
I need to find the label of the data, select and copy what's below it (Offset?), and then paste it in a different sheet.
Example of data:
a b c d e
1out of order label
2*******
3*******
4*******
5out of order label
6*******
7*******
8*******
(there will be six sets of data in total, everything works perfectly except that the data is out of order)
Thank you so much, I greatly appreciate any help with this issue.
I'm using Excel 2007
I'm very new to VBA and am not in a position to download Excel Jeanie so I apologize in advance if I'm not following forum etiquette in how I'm asking my question.
The scenario is that I have sheet of data that is out of order but labeled. I tried to record a macro to find the label and then select the data (which has about 10 columns and 10 rows of information) but the problem is that after the macro finds the label, it selects the data based of a specific cell and so the data is out of order.
I need to find the label of the data, select and copy what's below it (Offset?), and then paste it in a different sheet.
Example of data:
a b c d e
1out of order label
2*******
3*******
4*******
5out of order label
6*******
7*******
8*******
(there will be six sets of data in total, everything works perfectly except that the data is out of order)
Thank you so much, I greatly appreciate any help with this issue.
I'm using Excel 2007