Iteration answer from Bariloche - Question
Posted by Kim on December 11, 2001 12:54 PM
I did as was suggested and entered the info in the ThisWorkBook code sheet. It does set the iterations and calculate the sheet, but is there a way to have this happen without the NAG screen coming up?
Text Entered
Private Sub Workbook_Open()
.Iteration = True
.MaxIterations = 100
.MaxChange = 0.001
End With
Calculate
End Sub
Thanks
Kim