View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Williams Mark Williams is offline
external usenet poster
 
Posts: 1
Default Removing decimal from a cells value

I am trying to format a decimal number that has leading zeros and four
decimal places and want to remove the decimal but keep the structure
of the number

ie change 00000100.9730 to 000001009730.

I have tried various methods including changing the number to text the
doing a find and replace the decimal and replacing it with "" to no
avail.

I end up loosing the zeros.

Any suggestions would be appreciated