Hello all.
I don´t know too much about VBA, so I usually program in a "Frankestein" style. I look for parts of what I need and paste it together. But there is something I need that I can´t find.
I have several files, with several worksheets each one. I need to extract some values from each sheet to a summary one.
The problem is that the format is not the same on each sheet, so I need to look for the values I need.
In the row 24 there will be the headers, from B24 to J24. My match should be FRH,let´s imagine that it is in D24, Then I want the maacro to copy from D25 to H25 and all the rows until the end of the table.
Under the table there is more data, so I want it to stop in the first empty row.
The rest of the things that I need to do, I think I know how to do them.
Tomorrow I will copy my code right now, so you can see it if needed. But it is only coping all the tables (complete) from all the spreadsheets and files to a new one.
Thank you very much for your help.
Regards
I don´t know too much about VBA, so I usually program in a "Frankestein" style. I look for parts of what I need and paste it together. But there is something I need that I can´t find.
I have several files, with several worksheets each one. I need to extract some values from each sheet to a summary one.
The problem is that the format is not the same on each sheet, so I need to look for the values I need.
In the row 24 there will be the headers, from B24 to J24. My match should be FRH,let´s imagine that it is in D24, Then I want the maacro to copy from D25 to H25 and all the rows until the end of the table.
Under the table there is more data, so I want it to stop in the first empty row.
The rest of the things that I need to do, I think I know how to do them.
Tomorrow I will copy my code right now, so you can see it if needed. But it is only coping all the tables (complete) from all the spreadsheets and files to a new one.
Thank you very much for your help.
Regards