Tag Archives: excel print cell comment

Excel Extract Cell Comments

Excel VBA/Macro example below will extract comment from every cells with comment, and put the summary in the cell selected by user using Excel input box (read more about how to get cell reference using input box here). Sub CreateCommentsSummary() … Continue reading

Posted in Cells and Range | Tagged , , , , , | 7 Comments