Declaration
Dim currDoc As Object
Dim currSheet As Object
Dim cell As Object
currDoc = ThisComponent
currSheet = currDoc.sheets(0)
Logic
cell.Formula = cDbl(cell.Value)
Desired Output
100,00
based on @JohnSUN 's comment: Just add one line for your cell to be formatted:
Cell.NumberFormat = 2