A
Adri
Hallo,
I have a list, filled by a range. The numbers that I get are for example
100. I want this to be 100.00 (two decimal).
I searched and think it has to be something with numberformat, but how to
fill in the code?
Private Sub Userform_Initialize()
ListBox1.List = Range("Werk").Value
End Sub
I have a list, filled by a range. The numbers that I get are for example
100. I want this to be 100.00 (two decimal).
I searched and think it has to be something with numberformat, but how to
fill in the code?
Private Sub Userform_Initialize()
ListBox1.List = Range("Werk").Value
End Sub