Hi,
Is there a way i can check the header if there are any duplicate? If so, I would like to use VBA to change it. For example, both Column D and Column F has the header named "WEEK". I would like Column D now to be "Week 1" and Column F would be "Week 2". This table will be populated, so every time it sees the word "week" in the header it will add one to it. WEEK #
Thank you for your help.
<tbody>
</tbody>
Is there a way i can check the header if there are any duplicate? If so, I would like to use VBA to change it. For example, both Column D and Column F has the header named "WEEK". I would like Column D now to be "Week 1" and Column F would be "Week 2". This table will be populated, so every time it sees the word "week" in the header it will add one to it. WEEK #
Thank you for your help.
ITEMS | Price | item sold | week | item sold | week | total item sold | total |
Books | $2.00 | 2 | $4.00 | 7 | $28.00 | 9 | $32.00 |
Pens | $1.50 | 4 | $6.00 | 10 | $60.00 | 14 | $66.00 |
Papers | $0.50 | 7 | $3.50 | 15 | $52.50 | 22 | $56.00 |
<tbody>
</tbody>