I can change "numeric format" ( decimal looking) in the "workbook sub procedure". But while I am calling from another workbook to "change active sheet's cell" I can not manage it.
If IsNumeric(ActiveWorkbook.ActiveSheet.Cells(9 + ii, 32 + Z).Value) Then
ActiveWorkbook.ActiveSheet.Cells(9 + ii, 32 + Z).Select
Selection.NumberFormat = "0.00"
End If