Hi,
I was wondering why when I put a progress bar, my process takes twice as long... I mean I know that it has to redraw and all but Am I doing something wrong.... ?

.min = .value = 0
.max = recordset.recordcount
do until recordset.eof
'Do something
.value = .value + 1
recordset.movenext
loop