My goal is to add a button on my custom excel ribbon that loads a data table the same way as if you click on Data->From Other Sources->From SQL Server.
The object model is so big, I’m having trouble finding the right path.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at the walkthrough examples from Microsoft:
For the Add-In itself
Walkthrough: Creating Your First Application-Level Add-in for Excel
For the custom Ribbon Tab
Walkthrough: Creating a Custom Tab by Using Ribbon XML
For deploying the Add-In
VSTO 2010 Deployment in Enterprise environment