10-01-2009, 03:36 PM
You can use Round Function in your statements to round it up to 3 decimal places and compare
Code:
If Round(cell.Value,3) <> Round(objWorksheet2.Range(cell.Address).Value,3) Then