I have:
Briefings ID Tracker.xlsx
Briefings ID Tracker.xlsm
I need to :
I have compiled a programme in VBA which will input all the vlookups etc to match the results from the xlsm worksheet to avoid the problem of refreshing all these vlookups!
My problem is: What would be the program steps to run the above checks?
Many thanks
Briefings ID Tracker.xlsx
- About 10,000 (variable, 9 digit) employee no’s in cols A, K and U
- 25 unique briefing no’s in col F (5 variable, 5 digit)
Briefings ID Tracker.xlsm
I need to :
- check each briefing no. against each employee no in the Briefings ID Tracker.xlsx worksheet
- return a ‘1’ in Col C in this (.xlsm) worksheet and a ‘0’ in column D if employee no.s in A and K match
- return a ‘00’ in Cols C and D if the if the employee no.s in A and K do not match.
I have compiled a programme in VBA which will input all the vlookups etc to match the results from the xlsm worksheet to avoid the problem of refreshing all these vlookups!
My problem is: What would be the program steps to run the above checks?
Many thanks
Last edited: