Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Code 1 adds the ADO 2.6 Library fine. Can someone tell me how code 2 should
read to remove the ADO 2.6 Library? I found CODE 2 as example on web, but wasn't sure how it could be changed. CODE 1 Application.VBE.ActiveVBProject.References.AddFrom File _ "C:\Program Files\Common Files\System\ado\msado26.tlb" CODE 2 Set x = Application.VBE.ActiveVBProject _ .References.Item("Project2") Application.VBE.ActiveVBProject.References.Remove x |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I remove a reference from a cell? | Excel Discussion (Misc queries) | |||
Remove reference from code | Excel Programming | |||
Remove reference names | Excel Programming | |||
Add Remove DLL reference in VB | Excel Programming | |||
Remove a reference | Excel Programming |