Hello,
I have a VBA problem that i need help with.
Scenario:
We constantly receive spreadsheets from third parties which we use to record various metrics. The problem is that these spreadsheets are supposed to have the same headings and format to fit our set template but do not. It takes time to compare what is received with our template and highlighting these to the sender to correct and resend.
Proposed solution:
I want to create a VBA tool that lets you paste the spreadsheet received into a tab and compare it to our template, highlight differences so that we can go back to the sender and indicate what needs to be changed. This will save hours if i can pull this off.
My visualization: Very open to suggestions for improvements on this
My proposed VBA tool will have three tabs, VBA buttons on first tab and separate tabs for our template and the other for the spreadsheet received from third party.
Tab 2 (our template) should highlight columns that are missing (different).
Is this possible? Is it too complicated? Please help.
I have a VBA problem that i need help with.
Scenario:
We constantly receive spreadsheets from third parties which we use to record various metrics. The problem is that these spreadsheets are supposed to have the same headings and format to fit our set template but do not. It takes time to compare what is received with our template and highlighting these to the sender to correct and resend.
Proposed solution:
I want to create a VBA tool that lets you paste the spreadsheet received into a tab and compare it to our template, highlight differences so that we can go back to the sender and indicate what needs to be changed. This will save hours if i can pull this off.
My visualization: Very open to suggestions for improvements on this
My proposed VBA tool will have three tabs, VBA buttons on first tab and separate tabs for our template and the other for the spreadsheet received from third party.
- Tab 1 buttons- compare columns
- Tab 2 our template (we have various) the idea being you paste in the one you want to compare
- Tab 3 the received template
Tab 2 (our template) should highlight columns that are missing (different).
Is this possible? Is it too complicated? Please help.