Excel 365 window become laggy
See original GitHub issueWhen I use an intellisense 1.6 Addin with
public void AutoOpen()
{
ExcelIntegration.RegisterUnhandledExceptionHandler(ex => "!!! ERROR: " + ex.ToString());
IntelliSenseServer.Install();
}
Excel window become laggy when you move it.
Issue Analytics
- State:
- Created 10 months ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Excel Slow Down Issue
Turn off Hey Cortana and reboot your computer. Press Windows key + I > type Cortana > Cortana and Search settings > Change...
Read more >Excel runs/operating very slow in Windows 10
Excel runs/operating very slow in Windows 10 · 1) Repairing office installation. · 2) Using repair fix tool, Microsoft Support and Recovery ...
Read more >Excel is absolutely unusable due to lag when trying to use.
1. In Excel, go to File > Options > select 'Advanced'. 2. Under Display, check the box for 'Disable hardware graphics acceleration' ...
Read more >Excel Running Slow, Hanging, Freezing, Not Responding
You may try these steps and see if the issue will be fixed. 1. In Excel (or in other Office apps like PowerPoint,...
Read more >Office 365 Excel Slow
Open Excel > File > Options > Advanced > Under the Display section, check the box for 'Disable hardware graphics acceleration' > Click...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sbolofsson the github workflow is that you would fork the repo in your own name, then create a branch for your changes, push your changes to your personal fork, and then create a Pull Request back to @govert 's repository for him to review and merge as appropriate.
You would not need any permissions to @govert 's repository for this workflow.
As per: https://github.com/Excel-DNA/IntelliSense/pull/125
@govert, I have fixed this issue in a local branch. Also, I have fixed that the intellisense tooltip basically doesn’t update to show the function arguments when I type in a formula (or move the text caret around) in the latest version of Excel. I suspect it’s related to a recent Office/Windows update, such that Excel no longer sends the same Window events.
Can you give me permissions to push the branch, such that I can create a PR?