Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a program, and have it connected to an Access database. This program needs to read from an Excel document as well as what the user enters into the app, to be stored in the database. A machine is connected to a PC that data is pulled from and is stored in the Excel sheet. The machine runs from an addin (from the manufacturer) Is there a way to have a button on my application directly fire the addin that pulls the data from the machine and then store all of the info into the database? Right now, I just have where an Excel docunemt opens up after collecting certain data from the user, then they have to manually run the addin and then it stores the data, along with the input from the application, into the database.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.