Remove add in from inactive list excel 2007
On 5 Mar., 14:00, "Peter T" <peter_t@discussions wrote:
If the addin is in a default addins folder simply use the Name method to
move the file into a different folder.
If the addin is elsewhere the only programmatic way is to delete the entry
from this key in the registry -
HKEY_CURRENT_USER\Software\Microsoft\Office\versio n\Excel\Add-in Manager
(assuming it was uninstalled last Excel session)
Regards,
Peter T
"Leon" wrote in message
...
Is there a way to do this by VBA?
On 5 Mar., 13:01, "Peter T" <peter_t@discussions wrote:
If the addin is in the default addins folder remove the addin (don't just
rename it).
If the addin is in some other location, remove or rename the addin.
Restart
Excel, attempt to re-install the addin in the addin manager dialog, ie
tick
the box. A message will say the addin is not found and ask if you want to
remove it from the list, click yes.
Regards,
Peter T
"Teddy" wrote in message
...
Hi group
How do I with vba remove add in from inactive list of add ins.
I have uninstalled the add in but it still appears in inactive list
Cheers- Skjul tekst i anførselstegn -
- Vis tekst i anførselstegn -- Skjul tekst i anførselstegn -
- Vis tekst i anførselstegn -
Great thanks
|