Hi,
I am struggling with vba code which is supposed to do the following:
<tbody>
ID
Employee
Region
Sales
1
John
Spain
10
2
Mike
UK
20
3
Peter
Germany
30
</tbody>
In the TABLE (not range) I need that row 3 until last row is deleted and that the second row for columns ID:Region that...