C
colin.steadman
Does the semicolon have a special meaning is VBA? I just typed this
line and forgot to add an '&' after the sFileName variable:
If developerMessages = True Then Debug.Print sFileName " accepted,
Access importing it."
When I hit return VBa added a semicolon to it as follows:
If developerMessages = True Then Debug.Print sFileName; " accepted,
Access importing it."
TIA
Colin
line and forgot to add an '&' after the sFileName variable:
If developerMessages = True Then Debug.Print sFileName " accepted,
Access importing it."
When I hit return VBa added a semicolon to it as follows:
If developerMessages = True Then Debug.Print sFileName; " accepted,
Access importing it."
TIA
Colin