xl2003 unchecks VBA Editors references

cfsmike

New Member
Joined
Apr 12, 2011
Messages
2
hi

I use a proprietry piece of software called @risk. This interfaces very well with Excel, including some libraries/dll's which are checked/linked via the Tools, References in the VBA editor. Problem: Every time I restart Excel, Excel unchecks the libraries references. How do I get Excel to permanently reference these libraries? In different words, how do I "hardcheck" a link to a dll?

Please note that I do not have admin rights over this machine and would prefer to know how to do this without having to get someone with admin rights to log into this machine.

Cheers from Manchester, UK

Mike
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
References are workbook-specific, not application-wide. If you want these references set for all workbooks, you would need to create a blank workbook, set the references, then save that as book.xlt in your XLSTART directory.
 
Upvote 0
Thanks a lot for that. That works for new books.

How do I set a template for existing workbooks? I want to ensure that this library link is checked when I start Excel (which may be either from the start menu or when I directly open a workbook).

Thanks again, Mike
 
Upvote 0
You can't - there is no default way of applying it for existing workbooks, other than code.
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,245
Members
452,900
Latest member
LisaGo

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