Docking Station affecting add-ins?

bfreescott

Board Regular
Joined
Aug 6, 2015
Messages
115
Hi all

I have a client that uses a network-installed add-in. Several others use the same network-installed add-in without issue, but everyone works from a desktop that never gets disconnected from the network. Could undocking a laptop from the network break the link to the add-in? I have not found many other plausible reasons why her add-in is disappearing from the list of installed add-ins.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
... Could undocking a laptop from the network break the link to the add-in?
Hi,

Your assumption is correct.
At loading Excel is trying to load all installed AddIns and suggest to delete from the list of AddIns those not found/disconnected.

The simlest suggestion is to install on laptop a local copy of that AddIn.
Do not forget to unblock that local copy of the AddIn before installation.

If autoupdating of network AddIn is expected then local updating is possible via Workbook_Open macro of a PERSONAL macro workbook. Just check network connection ( If Dir(AddInPathName) <>"" Then ... ), and check a changing of the AddIn's date-time (store previous datetime in a registry) to GET file and PUT it to a local copy. GET & PUT methods eliminate the need to unblock the file.

Regards
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,388
Members
448,957
Latest member
Hat4Life

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