J
Jeff B
I have a US created spreadsheet with VBA that has a form
with a textbox, that sets the default value to a cell
value
example:
me.textbox1.value = sheets("WT").range("A1").value
The number in A1 is 10.85
When run in a Spanish system with a spanish version the
10.85 is shown as 10,85.
Any clues why this happens?
Thanks,
Jeff B
with a textbox, that sets the default value to a cell
value
example:
me.textbox1.value = sheets("WT").range("A1").value
The number in A1 is 10.85
When run in a Spanish system with a spanish version the
10.85 is shown as 10,85.
Any clues why this happens?
Thanks,
Jeff B