How do I print the contents of a commented cell along with the cell comments at the end of a worksheet? I know how to print the comments at the end, but is it possible to add in the cell contents?
Example:
Cell E96 in my worksheet contains: "Remove storm windows"
The comment for cell E96: "6 windows plus 1 small...say .5 hours each = 3.5 hours"
When I print a worksheet with comments appended after the worksheet I get:
Cell | E96
Comment | 6 windows plus 1 small...say .5 hours each = 3.5 hours
I'd like to add the contents of the commented cell there too, like this :
(or something similar, I'm flexible)
Cell | E96 Remove storm windows
Comment | 6 windows plus 1 small...say .5 hours each = 3.5 hours