M
Merkling, Steven
More Specific Please
Thanks
-Merk
I'm looking for some help. My code is looking at a row of
data in a spreadsheet for 6 different conditions. If it
finds one, it adds a specific number to a counter. After
it reads the entire row, it displays 1 - 6 error messages
depending on the total in the counter.
However, with 6 error messages there is a fairly large
number of combinations of potential messages. I had
started using select case based on the total of the
counter to determine the messages to display but I'm not
sure that there isn't a better way to display the error
messages by trying to figure out all of the possible
combinations.
Thanks for the help.
Thanks
-Merk
I'm looking for some help. My code is looking at a row of
data in a spreadsheet for 6 different conditions. If it
finds one, it adds a specific number to a counter. After
it reads the entire row, it displays 1 - 6 error messages
depending on the total in the counter.
However, with 6 error messages there is a fairly large
number of combinations of potential messages. I had
started using select case based on the total of the
counter to determine the messages to display but I'm not
sure that there isn't a better way to display the error
messages by trying to figure out all of the possible
combinations.
Thanks for the help.