I am attempting to create an Add-In in Excel. I want (on only one sheet) for this Add-In to run a private sub that runs a macro when the user double clicks on a certain range of cells.
I have this macro working fine in the file that I create the Add-In from. How do I get it to work in a different file once the Add-In has been installed?
I have installed the Add-In and gone to Tools>References in VBA, so that is not the issue. Any ideas on why the code won't run on double click??
Bookmarks