My guess this has been asked before, so I apologise for repeating. I need some help with registering my add-in. I want to be able to open a series object / group object and be able to click to procs -> add-ins and run my add in (which is a program which runs fine when I click run on the program). I'm not sure what exactly I need to write in my install program for this to work, below is my (incorrect attempt)
Code: Select all
addin(type="global", desc=" runs the program ") "file path where program is saved"
Even declaring this type as global, I cant find any way to access this add-in via any of the menus?
Thanks
Adam
