View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dingy101 Dingy101 is offline
external usenet poster
 
Posts: 23
Default remove leading zero in numeric field

How do I remove leading Zeros in numeric fields that are less than 1.000?

example, 0.123, I would like to have .123.

Thanks

Gary