hello,
I am using this code below to count the number of variables after the comma
But i would like to know how to test if the variable has a comma before running the above code.Code:jumvar = 43352352,325324452,235234452,24523454 jumvarsplt = split(jumvar,",") valnum = CInt(ubound(jumvarsplt))
how do i achieve this efficiently
rgds
Afrika





Bookmarks