My question is extension of this question. My requirement is same as described in this question but for 2 different books. Here, I have 2 buttons(copy button and paste button) in an excel addin ribbon. If I click on one cell(say A10) in book1 then click on "copy button", then in book2 after selecting a cell(say B10) and if I press the "paste button" hyperlink of A10 cell of book1 should be created in B10 cell of book2.
How can I do this using c#? I am a beginner and code snippet or a link will be greatly appreciated.
