SharmaAntriksh
New Member
- Joined
- Nov 8, 2017
- Messages
- 31
i have been using the below code to set the refererence to the scripting run time library -
Application.VBE.ActiveVBProject.References.AddFromFile "C:\Windows\System32\scrrun.dll"
Is there a way to remove the reference with a code?
Application.VBE.ActiveVBProject.References.AddFromFile "C:\Windows\System32\scrrun.dll"
Is there a way to remove the reference with a code?