View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
RidgeView RidgeView is offline
external usenet poster
 
Posts: 21
Default Truncating Decimals

I have a macro whereby I have cells each a with number that could be upto 2
decimals in length. Example: A B C
8 5.6 7.25
Creating a variable accessing these cells the results is as follows:
8 5 7

WHAT DO I NEED TO DO TO MAINTAIN THOSE DECIMAL POSITIONS? i AM USING EXCEL
2007.

Thanks in Advance.....