Hi I really needs help
If I use the value 0,292 it transfers the correct value 0,292 but in text format and not in number format.
If I use the value 4,678 it transfers the incorrect value 4 678 without the comma and in number format.
Moderator Note:![]()
Dim lastrow As Currency lastrow = Sheets("Fire").Range("A" & Rows.Count).End(xlUp).Row Cells(lastrow + 1, "Q").Value = Format(Me.[txtRate].Value, "##0.000")
Pls use code tags around your codes.
Bookmarks