Hi guys,
I found the following vba code online which creates an additional sheet with all comments in a table:
Sub ShowCommentsAllSheets()
Dim commrange As Range
Dim rng As Range
Dim ws As Worksheet
Dim newWs As Worksheet
Set newWs = Application.Worksheets.Add
newWs.Range("A1").Resize(1...