A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Are you sure that you have the correct code to suppress screen updating? In your original post you said", i am setting application.displayevents to false". DisplayEvents is an incorrect command, and it should error because EnableEvents suppresses events. However, correct code to suppress Screen Updating is Application.ScreenUpdating = False.
Unfortunately, at this point in time, I cannot think of anything else that might be causing the problem.