I am having an issue with this code
Cell I7 is $0.03261. When I run the code it pust $0.03000 in D9. Any thoughts of what is going on or how to put the correct value in D9 other than copy/paste?
Also if I run this code
It returns the value .0326
Code:
.Range("D9").Value = .Range("I7").Value
Cell I7 is $0.03261. When I run the code it pust $0.03000 in D9. Any thoughts of what is going on or how to put the correct value in D9 other than copy/paste?
Also if I run this code
Code:
MsgBox .Range("I7").Value
It returns the value .0326