View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shira Shira is offline
external usenet poster
 
Posts: 9
Default count in a string

Hi,
I have a string that lools like this "F000025"
I would like to build a macro that count how many zero i have in my string
(4 for this example)
or maybe there is a vba function that does that.

Anyone?