Excel takes a lot of time to respond when i hit enter button

Karthik Ganeshan

New Member
Joined
Jun 17, 2020
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I have a macro enabled excel file which is only 700 KB.

Whenever i edit any cell and hit 'enter', it takes almost 45 seconds to respond. I do not have any vba program linked to any cell change event. I checked the used range for all the sheets, and none of the sheets go beyond 15 to 20 columns or 300 to 400 rows. There is no conditional formatting anywhere in the file. I even made formula calculation to 'manual'. There are no external links. There are no external references in the name manager. There are no data connections.

I am at a loss to understand why the excel is behaving like this.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Welcome to the forum. :)

Is it the only workbook you have open? Does the same thing happen if you open Excel in Safe Mode (hold down the Ctrl key while starting Excel and answer Yes to the prompt)?
 
Upvote 0
Welcome to MrExcel
Are there any array formulas anywhere in the workbook ?
 
Upvote 0
Welcome to the forum. :)

Is it the only workbook you have open? Does the same thing happen if you open Excel in Safe Mode (hold down the Ctrl key while starting Excel and answer Yes to the prompt)?
Hi. Thanks for your response. Yes, it happens even if it is the only workbook open. I tried it in Safe Mode as well. The behaviour is the same.
 
Upvote 0
Do you have any event code in the workbook? Eg Worksheet_SelectionChange?
 
Upvote 0
Do you have any event code in the workbook? Eg Worksheet_SelectionChange?

There is code in the following events. Tried commenting it as well, but the problem prevails
Workbook_BeforeClose
Workbook_Open()
Workbook_SheetBeforeRightClick
 
Upvote 0
I noticed one more thing just now. Would like to hear from you if this could be causing any issue. If you see the screenshot, there are two sheets that don't have a name. These sheets are not visible anywhere in the workbook. I cannot remove them either.
 

Attachments

  • Picture1.png
    Picture1.png
    5.8 KB · Views: 26
Upvote 0
That looks like corruption to me. The icon for those two sheets is the Workbook icon, not a worksheet icon. Can you put the file somewhere (eg OneDrive, or Dropbox, or similar) for me to look at?
 
Upvote 0
That looks like corruption to me. The icon for those two sheets is the Workbook icon, not a worksheet icon. Can you put the file somewhere (eg OneDrive, or Dropbox, or similar) for me to look at?
I have placed it in Dropbox. How do i share?
 
Upvote 0
You should be able to just select the file (in Dropbox online) and click the Share button to get a link.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top