Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel Add-in doesn't get the hint

I have an excel add-in that keeps coming back when I start excel, even though I've removed it from the last open instance of excel (yes I checked the processes in task manager).

The critter even shows up when I start excel in safe mode.

Anybody else had this?

like image 979
Nick Avatar asked Dec 22 '09 14:12

Nick


People also ask

Why my add-in in Excel is not working?

If the add-in is not enabled, please do so by clicking on the checkbox. If the add-in is not in the list, go to 'disabled Items' as shown below to see if Templafy is listed there. If so, select it and hit Enable to see if the add-in now appears in the application.


1 Answers

Perhaps the add-in file is sitting in the Excel startup directory?

Tools -> Options -> General -> 'At startup, open all files in'

As well as the entry in this setting, Excel may also be implictly loading the add-in from folders such as

C:\Program Files\Microsoft Office\OfficeVersion\Xlstart

C:\Documents and Settings\User name\Application Data\Microsoft\Excel\XLSTART

Any folder named 'xlstart' is a candidate - perhaps it's worth searching your C drive for such folders and/or the actual name of the add-in file.

Also, check the registry for Excel OPEN entries. Start -> Run -> regedit -> HKEY_CURRENT_USER\Software\Microsoft\Office\version\Excel\Options. Look for any values named OPENx.

like image 99
Adam Ralph Avatar answered Sep 23 '22 18:09

Adam Ralph