100000 to $ 100.000
the code :
Value = 100000
Value = Table2.GetValue(col, row) 'gets the cell value and transforms it into a String
sValue = "$ " & NumberFormat2(Value, 1, 0, 0, True) 'formats the value into a string
sValue = sValue.Replace(",", ".") 'replaces the commas by dots.
Next
i want the opposite
$ 100.000 to 100000
the code:
??? help
the code :
Value = 100000
Value = Table2.GetValue(col, row) 'gets the cell value and transforms it into a String
sValue = "$ " & NumberFormat2(Value, 1, 0, 0, True) 'formats the value into a string
sValue = sValue.Replace(",", ".") 'replaces the commas by dots.
Next
i want the opposite
$ 100.000 to 100000
the code:
??? help