Getting false on comparing two equal Double values (as shown in image), don't know why I'm getting this, tried to debug, but stuck. In VBA (IN Excel)
Asked
Active
Viewed 49 times
0
-
Try evaluating Draught.value = Draught2.value ? – Feb 19 '22 at 19:23
-
3Needs some context - where are the values coming from? – Tim Williams Feb 19 '22 at 19:27
-
both the values are coming from the Cells in an Excell Sheet, Draught, Draught2 are the variables of Double type, – Anmol Feb 19 '22 at 19:31
-
2And where do the cell values come from? You just typed "6" in each cell, or ? – Tim Williams Feb 19 '22 at 19:57
-
yes, the typed values and cell data format is Number, showing in the Excel – Anmol Feb 19 '22 at 20:36