I am using the below code to search a column of data and I am getting an error when I enter a value that contains both numbers and letters (ex. 88006E) but does not cause an issue when using just numbers (ex. 880066). If I step through the process the error happens right after I enter the value in the input box and hit the OK in the box itself.
LSearchValue = InputBox("Please enter the CorpID to search for.", "Enter value")
What can be causing the problem? Is the input function itself limited to numerical values? I cannot figure it out.
Thanks in advance?
LSearchValue = InputBox("Please enter the CorpID to search for.", "Enter value")
What can be causing the problem? Is the input function itself limited to numerical values? I cannot figure it out.
Thanks in advance?