79607126

Date: 2025-05-05 14:35:34
Score: 1
Natty:
Report link

Try to remove the with block:

    With OvenArray(OvenNum).Cells(3, 4)
        .NumberFormat = "@"
        .value = FixArray(count - 1, 2)
    End With
OvenArray(OvenNum).Cells(3, 4).NumberFormat = "@"
OvenArray(OvenNum).Cells(3, 4).value = FixArray(count - 1, 2)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: silas-paul