.NET remove .net code from Excel spreadsheet

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

Guest

I created a spread sheet style app, using visual stui.net

I have want a copy of the excel spread sheet without the ,net code.
 
zak

I'm not an expert (or even a newbie) with .net, but I think the only link
between VSTO code and workbooks is the Custom Document Properties in the
workbook. I *think* you should be able to save a copy of your workbook,
delete the properties (File - Properties - Custom) and that should give you
a copy of the workbook without the VSTO code.
 

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