DAGUET
Member
Dear all
here is a xlsm attached that works perfectly .... if I dont insert a progress bar in the code.
If I do, with the code below
'Run a Progress Bar
If i Mod iter / 100 = 0 Then
Call Progress.Progress_Display(i / iter)
End If
there is a dialog box "OBJECT REQUIRED" that is prompted and the code does not execute.
I don't understand why; Any help welcome!!
here is a xlsm attached that works perfectly .... if I dont insert a progress bar in the code.
If I do, with the code below
'Run a Progress Bar
If i Mod iter / 100 = 0 Then
Call Progress.Progress_Display(i / iter)
End If
there is a dialog box "OBJECT REQUIRED" that is prompted and the code does not execute.
I don't understand why; Any help welcome!!