Excel-DNA / ExcelDna

Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
https://excel-dna.net
zlib License
1.29k stars 274 forks source link

Office 365 does not open blank workbook after startup if ExcelDNA Addin is active #254

Open korndi83 opened 5 years ago

korndi83 commented 5 years ago

Since the latest Office 365 update no empty workbook is opened on Excel startup if an ExcelDNA Addin is active. I also removed all code from my addin class to make sure it's not my code which causes the issue.

govert commented 5 years ago

This is an Excel bug that affects all .xll add-ins. It was fixed in 2017, but has subsequently returned.

Please add your voice to this discussion on the "Excel for Developers" forum, to help Microsoft take note of the problem: https://social.msdn.microsoft.com/Forums/Lync/en-US/a2b1b34e-5914-48df-bc19-71fa502477d2/excel-2016-bug-the-excel-window-shows-no-content-at-startup-if-an-xll-is-registered?forum=exceldev

govert commented 5 years ago

@korndi83 My Excel is now updated to version 16.0.12001.20000 and the blank startup problem seems to be gone.

Could you please check with the current Excel version and confirm whether you still have this problem?

korndi83 commented 5 years ago

Hi Govert,

I updated Excel to latest version today: Microsoft Excel for Office 365 MSO (16.0.11328.20390) 64-Bit

But the problem still exists :(

jimfoye commented 4 years ago

I had a customer report this today with 16.0.11328.20438 (32 bit).

govert commented 4 years ago

@jimfoye Yes - that version does not seem to have the re-implementation of the fix yet. If you find versions since 16.0.12001.20000 that have the problem, I'd be interested to know.

louwill commented 3 years ago

Super annoying that this is still a problem in 2021. The only suitable "fix" I've found is to disable the Excel splash screen. I'm on 16.0.13929.20206 (32-bit). I wonder who we'd have to bribe at Microsoft to fix this.

image