Hmm, ok, that works, but I guess my example wasn't perfect. What if I need to do something like:
strSQL = strSQL + '" & Serial.Value & "', "
Or, is there such thing as a "+=" operator in VB? When I try your thing in the line above, it says expected expression, I guess because it's not being...