hi all,
I am stuck in a macro. find below my requirement:
I have a VBA array such as CodeClean = array (AB, BC, ZA, CT, YR, UT..........)
I want to enter few data in an inputbox. The data are like BC, CT
If the any individual entry in the inputbox does not match with value provided in array then it shows a msgbox "entries not found". Example of inputbox entries TT, AB.
If all the entries match with array value then msgbox "entries found" will appear. Example of inputbox entries BC, CT.
I dont want case1 case2 types code. if possible use "If" command.
I hope my requirement is clear. Thank you
I am stuck in a macro. find below my requirement:
I have a VBA array such as CodeClean = array (AB, BC, ZA, CT, YR, UT..........)
I want to enter few data in an inputbox. The data are like BC, CT
If the any individual entry in the inputbox does not match with value provided in array then it shows a msgbox "entries not found". Example of inputbox entries TT, AB.
If all the entries match with array value then msgbox "entries found" will appear. Example of inputbox entries BC, CT.
I dont want case1 case2 types code. if possible use "If" command.
I hope my requirement is clear. Thank you