Good morning!
Using VBA I am creating a dynamic array using the values present in a text file. Users are then prompted to type in a value via an input box; if the value entered in the input box is not in the array, an error message appears, prompting them to cancel or retry their entry.
In some instances, there is only one value in the array; in those cases, I'd like to auto-populate the input box entry. How can I accomplish this?
Thank you!
Using VBA I am creating a dynamic array using the values present in a text file. Users are then prompted to type in a value via an input box; if the value entered in the input box is not in the array, an error message appears, prompting them to cancel or retry their entry.
In some instances, there is only one value in the array; in those cases, I'd like to auto-populate the input box entry. How can I accomplish this?
Thank you!