Sub Macro1() With Application .MaxIterations = 32767 .MaxChange = 1E-99 End With End Sub
Sub Macro1()
With Application
.MaxIterations = 32767
.MaxChange = 1E-99
End With
End Sub
No comments:
Post a Comment