Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 14, 1:22*pm, "michael.beckinsale"
wrote: Hi all, Could anybody provide the vba code to count the number of * contained in the string of a cell. The string has leading 'spaces' TIA Regards Michale If the string is in C1 occursnumber = Len(Range("C1")) - Len(Replace(Range("C1"), "*", "")) Regards, Stefi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Consecutive string of same number | Excel Worksheet Functions | |||
Count based on single number in string | Excel Worksheet Functions | |||
How to count the number of occurrence within string? | Excel Discussion (Misc queries) | |||
count number of letters in a string | Excel Worksheet Functions | |||
count number of occurences within a string | Excel Worksheet Functions |