DLL issues on locked down company laptop

hamiltpj

New Member
Joined
Oct 29, 2017
Messages
13
Hi there,

I have recently started a contract with a company who have their company PCs locked down harder than I've ever seen before. The hard drive is also encrypted,

Having failed to get one of my previous (xlsm) workbooks to work, I have saved it as an xlsx and re-added the scripts one by one, and found the key reason to be a couple of kernel32 procedure declare statements, which (even when commented out) cause a sharing violation followed by a corrupt file error when I try to save the file.

in addition, I am unable to add mscorlib.dll in references (no useful error message) and so I am unable to use dictionaries, queues etc.

has anyone come across this sort of thing before and if so how was it resolved?

Many thanks,

Pete
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
yes, seen it.
they need to allow you (or someone) to add updated DLLs , and register them.
also, make sure all DECLARE statements have both versions, with & w/o PTRSAFE
 
Upvote 0
yes, seen it.
they need to allow you (or someone) to add updated DLLs , and register them.
also, make sure all DECLARE statements have both versions, with & w/o PTRSAFE
In what way do they need to be updated and registered? Yes, they are declared for both 32 & 64bit platforms.
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,716
Members
449,093
Latest member
Mnur

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