View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Andyb Andyb is offline
external usenet poster
 
Posts: 28
Default Signed workbook depends on physical location of AddIn - Digital Si

In case anyone is interested, this behaviour is 'by design'.

If you sign a VBA project that has an external dependency on an XLA AddIn, the signature is invalidated when the references are fixed up by Excel, if the physical location of the AddIn has changed since the project was signed.

AndyB