Can I do without using VSTO

J

Jeff

You can manipulte Excels objects with code using the VBE. If you're wanting
to create a truly secure COM add-in then VSTO is the way to go. If you're
only wanting to create a .xla add-in you can use the VBE that accompinies
excel.
 
C

Charles Williams

Yes, you can use VBA, VB6 via COM, C/C++ via the C API and .Net
languages via COM Interop.
 
K

ker_01

I only use VBE, not VSTO.

There may be some projects that would be easier with VSTO, but having used
VS.Net for a desktop app, I wonder if it might actually be harder to use for
basic apps. Without knowing what you want to accomplish, it is hard to advise
whether VSTO is worth considering for your specific needs.

HTH,
Keith
 

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

Top