remove assemblies on save?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created procedures with the visual studio tools office for .net. We
use the code to generate spreadsheets for clients. I do not want the
assemblies being saved with the spreadsheet that we send out. Is there code
that I can use to remove the assemblies? Currently I am manually removing
them.

Thanks
Greg
 
Is there codethat I can use to remove the assemblies?

"Assembly" is a .Net term. There are none in an Excel workbook. So in
Excel terms what are you trying to do? It seems it could be either remove
all code from the workbook or remove the custom document properties that
point to the .Net dll.

--
Jim Rech
Excel MVP
|I have created procedures with the visual studio tools office for .net. We
| use the code to generate spreadsheets for clients. I do not want the
| assemblies being saved with the spreadsheet that we send out. Is there
code
| that I can use to remove the assemblies? Currently I am manually removing
| them.
|
| Thanks
| Greg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top