1,066 questions
I can imagine a workaround that works as follows:
- The office-js add-in adds a row to a table on a (hidden) worksheet with all details for the Note: Sheet, Cell address, Comment text
- The VBA add-in has an application-level event handler that responds to changes made to that worksheet.
- If a change is detected, the VBA add-in reads the table and inserts the notes appropriately, then empties the table.