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

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
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,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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