I have this sheet that I download a large number of rows of records from another program everyday. I programmed in the delete rows to clean up old record before copy/paste the new record into the sheet. The sheet has 20 columns of data.
This will work for a while, but after a month or two, the sheet gets very slow. Particularly when the cursor is in the far right and far down position. The cursor seems to get stuck in the cell. When I use the arrow key to move the cursor, there is a prolong delay. When my vba macro runs, sometimes, a normal operation which flow thru like a breeze would just get stuck. In worst case scenerio, it would even time out and gives me "sheet not responding" error.
I fix it by recreating a new sheet and deleting the old sheet. But I am curious why it's doing that and how can I avoid this from happening. Is this an Excel bug?
By the way, it is Excel 2003, Window XP Home, with 2 gb of ram.
Alex
This will work for a while, but after a month or two, the sheet gets very slow. Particularly when the cursor is in the far right and far down position. The cursor seems to get stuck in the cell. When I use the arrow key to move the cursor, there is a prolong delay. When my vba macro runs, sometimes, a normal operation which flow thru like a breeze would just get stuck. In worst case scenerio, it would even time out and gives me "sheet not responding" error.
I fix it by recreating a new sheet and deleting the old sheet. But I am curious why it's doing that and how can I avoid this from happening. Is this an Excel bug?
By the way, it is Excel 2003, Window XP Home, with 2 gb of ram.
Alex