Hi
Please help me
I have userfom with textboxes and calculation between them.
After that I formated textbox value without demicals (textbox1=format(textbox1.value,"#") and I got value as ex. 1445 (real 1445,234)
Everything works perfect until I use userform from another computer. Calculation is perfect but format doesnt work,
value of textbox1 become 1445234 without comma. Why this happen?
Thank You
Bookmarks