In a Case select I need to reference a test expression = ""
For example:
Case strReportReference = ""
If strReportReference = "", the case function does not run the code immediatley under it, but goes to the next Case ... line
What is the correct syntax to trap "" ?
strReportReference is dimensioned as a string
For example:
Case strReportReference = ""
If strReportReference = "", the case function does not run the code immediatley under it, but goes to the next Case ... line
What is the correct syntax to trap "" ?
strReportReference is dimensioned as a string