comconrk
Programmer
- Jul 15, 2002
- 55
I have been running this for over a year, but it has just started slowing down. I have isolated the problem to the
statements below, but I can not figure out why they are slow.
Normally there is no time lapse between these statements, but now it takes almost a second to run each one. I do refresh some queries prior to this, but I have been doing that for over a year.
I would appreciate your advice.
Thanks
Mth_Row = Mth_Row + 1
Cells(Mth_Row, 1) = Category
Cells(Mth_Row, 2) = Last_Roll_No
Cells(Mth_Row, 3) = Date_Rec
Cells(Mth_Row, 4) = Total_Qty_On_Hand
Cells(Mth_Row, 5) = Unit_Cost
statements below, but I can not figure out why they are slow.
Normally there is no time lapse between these statements, but now it takes almost a second to run each one. I do refresh some queries prior to this, but I have been doing that for over a year.
I would appreciate your advice.
Thanks
Mth_Row = Mth_Row + 1
Cells(Mth_Row, 1) = Category
Cells(Mth_Row, 2) = Last_Roll_No
Cells(Mth_Row, 3) = Date_Rec
Cells(Mth_Row, 4) = Total_Qty_On_Hand
Cells(Mth_Row, 5) = Unit_Cost