Question: Excel VBA: A sub procedure called PathAdd() prompts the user with a input box to enter a single letter, you must verify that the input
Excel VBA: A sub procedure called PathAdd() prompts the user with a input box to enter a single letter, you must verify that the input format is a single letter. If it is a single letter then the sub PathAdd() must call a function procedure named LocationCheck() to verify that the letter exists in the first column of a separate worksheet (of arbitrary name). This should be done with a variable of type string which should be passed to the function procedure.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
