E
excelent
Hi experts
Haw do i count number of ; in my string z
im using this :
z = "bla;bla;bla;bla"
x = Len(z) - Len(Application.WorksheetFunction.Substitute(z, ";", ""))
is there a VBA command for this or is my way the only way ?
tks. in advance
Haw do i count number of ; in my string z
im using this :
z = "bla;bla;bla;bla"
x = Len(z) - Len(Application.WorksheetFunction.Substitute(z, ";", ""))
is there a VBA command for this or is my way the only way ?
tks. in advance