L
Laura
hi!
i'm a novel programmer in vba and i am looking for a funtion or procedure
that returns the number of times that a specific character appears in a
given paragraph
I´ll put an example to explain myself better:
dim text as string
dim count as integer
text= "name * surname * age "
' XXXXX is my desired procedure:
count= XXXXX(text, *)
' this procedure must return '2', that is number of asterisks
anybody knows if there is any vba funtion to make the count? or some idea to
construct my procedure?
i'm a novel programmer in vba and i am looking for a funtion or procedure
that returns the number of times that a specific character appears in a
given paragraph
I´ll put an example to explain myself better:
dim text as string
dim count as integer
text= "name * surname * age "
' XXXXX is my desired procedure:
count= XXXXX(text, *)
' this procedure must return '2', that is number of asterisks
anybody knows if there is any vba funtion to make the count? or some idea to
construct my procedure?