Stephen W Allen
New Member
- Joined
- Jul 21, 2021
- Messages
- 20
- Office Version
- 2019
- Platform
- Windows
I created 4 AddIns, around 2000 to 2007, which have not been upgraded to Ribbon status, but have still been accessible in the AddIns tab. Each, of these AddIns, is based on a standard menu.
Each AddIn contains an instructiom in the Wookbook_BeforeClose procedure-
t. This has workked successfully up until Excel 2013.
In Excel 2019 it fails, in the sense, that when Excel is reopened is duplicates part of the menu. After several iterations the menu becomes clogged with repetitions. It appears that Excel takes an image of the menu tree (or part of it ) and adds to it each time the user reopens Excel. Is there a VBA method to stop this?
Each AddIn contains an instructiom in the Wookbook_BeforeClose procedure-
VBA Code:
Application.CommandBars("Worksheet Menu Bar").Rese
In Excel 2019 it fails, in the sense, that when Excel is reopened is duplicates part of the menu. After several iterations the menu becomes clogged with repetitions. It appears that Excel takes an image of the menu tree (or part of it ) and adds to it each time the user reopens Excel. Is there a VBA method to stop this?