Good morning
Thank you for reading my enquiry
Background: I'm working with a local government to simplify their procurement system. The key component is an off the shelf proprietary system that after a range of activities produces an excel workbook with an assessment output that can run to 300 or so lines.
The work undertaken is to produce a template for approval signatures based on the assessment results.
The work relies on perfect match of assessment criterions between the proprietary output and the template workbook.
I have set up a Match WS to test if the criterions match if not the wording that does not match is displayed.
I have a macro to find the criteria in question however the VBA text uses the actual words of the criteria - hence is static. I have tried to find a way to not have static wording but rather a cell reference without success.
Could you advise on script that selects a cell, copies value and uses find in another ws?
Many thanks
Mel
Thank you for reading my enquiry
Background: I'm working with a local government to simplify their procurement system. The key component is an off the shelf proprietary system that after a range of activities produces an excel workbook with an assessment output that can run to 300 or so lines.
The work undertaken is to produce a template for approval signatures based on the assessment results.
The work relies on perfect match of assessment criterions between the proprietary output and the template workbook.
I have set up a Match WS to test if the criterions match if not the wording that does not match is displayed.
I have a macro to find the criteria in question however the VBA text uses the actual words of the criteria - hence is static. I have tried to find a way to not have static wording but rather a cell reference without success.
Could you advise on script that selects a cell, copies value and uses find in another ws?
Many thanks
Mel