Question: Write a VBA program (consisting of a single subroutine) to check existence of a given value in a list. Specifically, you are given a list
Write a VBA program (consisting of a single subroutine) to check existence of a given value in a list. Specifically, you are given a list of product IDs in column A, as follows: 1 Product ID 2 A-237 3 C-17 4 G23990 5 AB-447
You do not know how many products there are. The user inputs the value and code checks this against the list and returns a message box stating if product exists, was found or not found.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
