Hello all.
Here is the problem:
There is an excel file to which we import 2 tables from a webbsite.
The last column in the tables look something like this:
A B C D E
1 AVERAGE
2 DATE TIME NAME POINTS
3 15/3/05 09.15 John 500 250
A B C D E
300 AVERAGE
301 DATE TIME NAME POINTS
302 13/3/05 09.25 John 400 250
As you can see last column by some reason starts one row earlier than the others. I need to find the cells containing "AVERAGE" (E1 and E300) and move them to the cell under it (E2 and E301). The cell containing "AVERAGE" will always be in column E, but can be in different rows. How can I automate this with VBA code.
Thanks in advance.
Regards,
Bodo.
Here is the problem:
There is an excel file to which we import 2 tables from a webbsite.
The last column in the tables look something like this:
A B C D E
1 AVERAGE
2 DATE TIME NAME POINTS
3 15/3/05 09.15 John 500 250
A B C D E
300 AVERAGE
301 DATE TIME NAME POINTS
302 13/3/05 09.25 John 400 250
As you can see last column by some reason starts one row earlier than the others. I need to find the cells containing "AVERAGE" (E1 and E300) and move them to the cell under it (E2 and E301). The cell containing "AVERAGE" will always be in column E, but can be in different rows. How can I automate this with VBA code.
Thanks in advance.
Regards,
Bodo.