Search results for query: *

  1. J

    Question must end with a matching 'End Select'?

    Thanks! Countinue was exactly what I needed.
  2. J

    Question must end with a matching 'End Select'?

    Select Case currentNodeName Case "string1","string2","string3","stringEtc" Case Else For h = 0 To splitString.Length-1 If splitString(h) = nothing Next For End If 'other code Next End Select The above is a code snippet... of course I've...
Back
Top