View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
USPAMG USPAMG is offline
external usenet poster
 
Posts: 1
Default Signing VBA Project Using VB.NET

I have VB.NET code that imports code modules to an Excel file using

oBook.VBProject.VBComponents.Import

Is it possible to digitally sign the Excel VBProject using VB.NET code? If
so, how?