Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "GregP" wrote in message ... |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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I remove F12 as the keyboard shortcut for Save As in Excel | Excel Discussion (Misc queries) | |||
workbook creates a backup evertime I save it. how to remove? | Excel Worksheet Functions | |||
Remove all macros and objects in Excel, Save and Quit | Excel Discussion (Misc queries) | |||
COM interop with .NET assemblies does not work (mscoree.dll) | Excel Programming | |||
Remove Save Button from toolbar | Excel Programming |