Extract comments (threaded or not) with an added function to a cell by creating it using VBA script.
- Copy the script from de .bas file from the second line on.
- Right click on the sheet name (for example, sheet1), click on View Code.
- Insert, Module.
- Paste the script.
- Close the windows until you see your sheet again.
- Use the new function as =ExtraerComentarios(cell_with_comments).
- Press enter, and you will se the comments extracted inside the cell you have written the function.