Thread: remove Add-In?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default remove Add-In?

from some web searches, it seems what I wanted to do isn't possible without
editing the registry...

in some cases, editing the registry will be denied.

perhaps just un-installing it (unchecking the checkbox in the Add-In List is
good enough)

but, if there are better suggestions, I'm still listening.

thanks.

"mark" wrote:

I have an Add-In that has some code in it to connect to an Oracle database
and retrieve data... that part works fine.

But, at theend of processing, I'd like to not only uncheck it in the AddIns
list, but also remove it from the list altogether.

Is there a way that I can do that in code?

Thanks,
Mark