I want to have a button in the sheet that you can press that will run part of the add in. Is this possible?
Share
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.
Yes you can.
I am assuming that you have an Add-In called
MyAddIn.xlamand you have a procedure called `Sample()’ in the module of the Add-In. I am also assuming that the Add-In is installed.Replace the file
MyAddIn.xlamwith the relevant Add-In name and replace the procedureSamplewith the relevant procedure name.