I know it's possible to parse a string in VBA using some built-in function using a specified delimiter (in this case a ","). Could anyone help with the code to do this? The goal is to take the string stored in a cell on an Excel spreadsheet and break it up for comparison against a user-input value.
User Input : 23
Data in string : 43, 134, 23, 18, 246
If the data isn't in the string, then it should loop into the next row and begin the search again.
Now the loop isn't a problem, it's just the parsing of the of the string I need help with.
----------------------------------------
If you are reading this, then you have read too far...
User Input : 23
Data in string : 43, 134, 23, 18, 246
If the data isn't in the string, then it should loop into the next row and begin the search again.
Now the loop isn't a problem, it's just the parsing of the of the string I need help with.
----------------------------------------
If you are reading this, then you have read too far...