Need to modify Excel spreadsheet from VB.net

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

Guest

Hi I am looking to have users enter information into a vb.net form and then update an Excel spreadsheet with that info. Can anyone point me in the right direction? Not sure what keywords to search for. Any clues or sample code would be great. Thanks!
 
Google "microsoft office automation" and start with that. If you're using
Office 2003 I believe Microsoft now offers native .NET components for that
version. Otherwise, you'll have to use the ActiveX automation - which can
be done.

--
Thanks, Jeff

Dan Varozza said:
Hi I am looking to have users enter information into a vb.net form and
then update an Excel spreadsheet with that info. Can anyone point me in the
right direction? Not sure what keywords to search for. Any clues or sample
code would be great. Thanks!
 

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