Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dana you are absolutely correct.
I was not aware of "value2" and it seems that it provides the extra (decimal) precision I needed, as stated in Help. Thanks a lot. "Dana DeLouis" wrote: results in an "Accounting" format ...etc Does this give you a clue? Yes. You need to use "Value2" instead of "Value." Range("A2").Value = Range("A1").Value2 HTH. :) -- Dana DeLouis Win XP & Office 2003 "DoctorG" wrote in message ... Tom, I checked Precision as Displayed and it is not checked. I was also not able to reproduce it as you tried and I found out that it is a result of the Currency format, through the Currency button. This button results in an "Accounting" format with 2 decimals. I change this to 3 decimals through Format Cell, but through VBA-- Range("A2").Value=Range("A1").Value Excel rounds the result. Does this give you a clue? Can you reproduce it like this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
strange behaviour in Excel 2003 when importing XML | Excel Discussion (Misc queries) | |||
Strange behaviour - loading Excel clears Clipboard | Excel Discussion (Misc queries) | |||
Strange VBA Behaviour | Excel Programming | |||
Is there a maximum number of Add-ins allowed? - strange Excel behaviour | Excel Programming | |||
Strange behaviour in VBA Help | Excel Programming |