Link to home
Start Free TrialLog in
Avatar of sysint
sysint

asked on

Excel stops responding when I enter a formula.

When I open a new spreadsheet in excel 2010 and try to type =sum and move the mouse it just stops responding.

I have tried:
Service pack 1 for office 2010.
An uninstall of office, reboot, then reinstall office 2010.
I don't have and HP printers installed (I have seen about the HP software causing issues).
I am running out of ideas and would appreciate and help :)

Thanks
PJ
Avatar of Arno Koster
Arno Koster
Flag of Netherlands image

Problem can be due to a number of ways. To find the one that is bothering you, can you go to the formula tab and use "insert formula" ?
if not, please set calculation mode to "manual" (also on formula tab) and retry
if it still doesn't work in manual calculation mode, please start excel in safe mode and try again.

starting in safe mode can be done by executing (from command prompt or 'run' from start menu):
"C:\Program Files\Microsoft Office\Office14\excel.exe" /s
or open with while pressing the Control key on you keyboard.

if the problem does not exist in safe mode, it most likely will be caused by an add-in
Avatar of sysint
sysint

ASKER

I have tried safe mode, and the problem still exists.
It's still crashing.

Thanks,
PJ
Do you get the same problems when copy-pasting formulae and using VBA macro code to generate formulae ?
Avatar of sysint

ASKER

Copy-pasting formulae still causes the crash.

As far as I'm aware, no VBA macro code is being used so I can't test this...
I may be wrong though, so apologies that. My knowledge of Excel isn't amazing.

Thanks,
PJ
or when you type

^=sum([...])

and then globally replace "^" with "" (nothing)
as for the vba macro, you could open the vba editor by pressing [Alt-F11]. then open the vba code section of the worksheet you currently have active, and copy-past this subroutine in the vba editor:

Sub test_generate_macro()
    Range("A1").Formula = "=sum(A2:A3)"
End Sub

Open in new window


place the cursor inside the subroutine and press [F5] to execute it.
ASKER CERTIFIED SOLUTION
Avatar of sysint
sysint

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ScriptAddict
ugg office connector eh?
Avatar of sysint

ASKER

We found out the issue internally and explained what it was for others to know if they had the same problem