Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After adding a reference (An excel addin) to my project I find that I can't
remove it from the list of available references. Although the addin has been deleted excel still looks for it when any workbook is open. Can anyone tell me where the list of references is held and how to remove one. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is stored in the workbook. Try removing it with code.
-- Regards, Tom Ogilvy "Bob Spurbrand" <Bob wrote in message ... After adding a reference (An excel addin) to my project I find that I can't remove it from the list of available references. Although the addin has been deleted excel still looks for it when any workbook is open. Can anyone tell me where the list of references is held and how to remove one. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can remove the tick on the reference dialog by code but I don't know how to
remove it completely so it is no longer availailable to be selected. Thanks Bob "Tom Ogilvy" wrote: It is stored in the workbook. Try removing it with code. -- Regards, Tom Ogilvy "Bob Spurbrand" <Bob wrote in message ... After adding a reference (An excel addin) to my project I find that I can't remove it from the list of available references. Although the addin has been deleted excel still looks for it when any workbook is open. Can anyone tell me where the list of references is held and how to remove one. Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try unchecking it in Tools=Addins in Excel. Then check it again - and
Excel should offer to remove it from the list since the file can't be found. Perhaps that will solve the problem. -- Regards, Tom Ogilvy "Bob Spurbrand" wrote in message ... I can remove the tick on the reference dialog by code but I don't know how to remove it completely so it is no longer availailable to be selected. Thanks Bob "Tom Ogilvy" wrote: It is stored in the workbook. Try removing it with code. -- Regards, Tom Ogilvy "Bob Spurbrand" <Bob wrote in message ... After adding a reference (An excel addin) to my project I find that I can't remove it from the list of available references. Although the addin has been deleted excel still looks for it when any workbook is open. Can anyone tell me where the list of references is held and how to remove one. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBAProject | Excel Worksheet Functions | |||
VBAProject scope | Excel Programming | |||
VBAProject Scope | Excel Programming | |||
How to get rid of a VBAProject? | Excel Programming | |||
change VBAProject References Library | Excel Programming |