Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

excel freezes while entering data

Tags:

excel

vba

freeze

I have this excel file and it freezes when I'm entering data. For instance, I double click on a cell, enter the data and when I press " enter ". It freezes instead of going to the cell underneath. Pressing " enter " several times doesn't unfreeze the program, the only thing that works is selecting another cell with the mouse.

This excel sheet has more or less 10 sheets and I have two or three macros but this problem persists even when I'm disabling the macros.

I have tried to run this excel file on two different Macs and both of them experience the same problem.

Any ideas?

like image 947
Samy Geronymos Avatar asked Oct 14 '25 16:10

Samy Geronymos


2 Answers

Disable Flash fill under file > options > advanced > editing options > "automatically flash fill" This is a known issue with Excel!

like image 95
JohnnyRed Avatar answered Oct 17 '25 06:10

JohnnyRed


Saving the workbook in an older version enabled me to enter data without the workbook freezing.

like image 37
Lachlan Duncan Avatar answered Oct 17 '25 06:10

Lachlan Duncan