why am i seeing this each time i open a new Excel Workbook

James__S

Active Member
Joined
Jan 26, 2014
Messages
332
Each time i open a new excel 2010 Workbook i see this in the Developer Tab -

A module - RibbonX_Code

Code:
'Entry point for RibbonX button click
Sub ShowATPDialog(control As IRibbonControl)
    Application.Run ("fDialog")
End Sub
'Callback for RibbonX button label
Sub GetATPLabel(control As IRibbonControl, ByRef label)
    label = ThisWorkbook.Sheets("RES").Range("A10").Value
End Sub

How do i get rid of this please?

I do not know how it got in there....
 
There is no need to actually delete them. You can, as Jan Karel already stated, just uncheck them in the Addins dialog box, so they don't load when Excel starts.
 
Upvote 0

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Agreed - except in my case (and I do admit I didn't actually state this in my post) they didn't appear in the Addins dialog box! No-one could work out why they were not there, but they most definitely were not! In fact no addin of any sort were listed. General consensus was some sort of corruption had occurred, no idea when or who or how though. Therefore the delete does the job.
 
Upvote 0
That sounds like perhaps your options had been changed to open all files in that folder at startup. I'd suggest that fixing that was a better option than deleting the add-ins themselves.
 
Upvote 0
There is no need to delete them, unchecking them in the add-ins list suffices.

Need to delete them when (as I said above) they do not appear in the add-ins list. That window is completely empty of entries. All entries. Therefore delete. I actually posted my comments to help people, but ever since all I've got back are comments along the line of "you're wrong" Don't know why I bothered.
 
Upvote 0
That sounds like a problem in your Excel options. Perhaps the reistry entry for Excel options needs to be rebuilt

You can do that by closing all Excel instances and then deleting this key: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Options
Excel rebuilds the key with the default settings as you restart Excel.

***WARNING BACKUP THE KEY BEFORE DELETING. DO NOT MESS WITH THE REGISTRY UNLESS YOU KNO WHAT YOU'RE DOING***
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,281
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top