Hi,
I've got a question regarding VBA coding and the message box functions.
currently I've got a string of information (where the goal is not to have a message, all messages displayed are error messages). However if my string is empty/blank (so no errors) is there a way to say "no error found" in the same msb box
so in simple effectively if the message box string is empty/blank up to this point add to the string "No errors found"?
currently i have a second message box pop up saying that.
I've got a question regarding VBA coding and the message box functions.
currently I've got a string of information (where the goal is not to have a message, all messages displayed are error messages). However if my string is empty/blank (so no errors) is there a way to say "no error found" in the same msb box
so in simple effectively if the message box string is empty/blank up to this point add to the string "No errors found"?
currently i have a second message box pop up saying that.