Thanks Dave, too easy!
For anyone that might want the same thing,just remove 2 sections of:
For anyone that might want the same thing,just remove 2 sections of:
If objOVInfo.AddedCost > 0 Then
strDesc &= " +" & FormatToStoreCurrency(objOVInfo.AddedCost)
End If
If objOVInfo.AddedCost < 0 Then
strDesc &= " -" & FormatToStoreCurrency(objOVInfo.AddedCost)
End If