Adding reference

AlexanderBB

Well-known Member
Joined
Jul 1, 2009
Messages
1,835
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
I want to open a new workbook, paste in some code and run it. But it requires a reference that isn't present
So I run
VBA Code:
Sub MySub()
    Application.VBE.ActiveVBProject.References.AddFromFile "C:\WINDOWS\$hf_mig$\KB2698365\SP3QFE\msado28.tlb"
End Sub
However this tells me "User defined type not defined' and highlights an entry in the declarations section.
I then have to rem this out, run the code and then undo the Rem
Is there any way Excel can have this reference all the time, so it doesn't need to be added.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Do you have an entry like this in your list of references? If not you can use Browse and go the location specified in the path in your line of code above.

2022-12-01.png
 
Upvote 0
I have tried adding the reference like that but it doesn't stick
Each time Excel opens I need to add it again.

Any solution to that?
 
Upvote 0

Forum statistics

Threads
1,215,352
Messages
6,124,455
Members
449,161
Latest member
NHOJ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top