This function is only a cimple eks. in real world it count specifik char's in specifik cells
Function test(rng)
For Each c In rng
test = test & c
Next
End Function
The function works ok when i do =test(A2:A9)
but if i want to mark non contingnius cells like =test(A2;A4;A6)
using mouse and CTRL together the code fails Why ?
OBS: i am selecting cells with mouse like =test( and then select cpecifik cells )
and the semicolons in eksamble is sepperators in DK-Excel
i tryed komma and column - same result
thanks in advance
Function test(rng)
For Each c In rng
test = test & c
Next
End Function
The function works ok when i do =test(A2:A9)
but if i want to mark non contingnius cells like =test(A2;A4;A6)
using mouse and CTRL together the code fails Why ?
OBS: i am selecting cells with mouse like =test( and then select cpecifik cells )
and the semicolons in eksamble is sepperators in DK-Excel
i tryed komma and column - same result
thanks in advance