We all know how to make comments on excel documents, just select the cell where you want a comment, press SHIFT+F2 and make the comment. But the comments are only visible when you open the workbook. What if you want to print out an excel file, but include all the comments as well?
Turns out you can do that with a hidden option in excel page setup.
To print excel comments:
- Go to Page Layout Ribbon > Click on “Print Titles” button. This opens the Page Setup dialog. (In excel 2003 you can just go to File > Page Setup)
- You should be in the “Sheet” tab, if not go there.
- Do you see that sneaky little box called as “comments”? Click on it and select how you want to print comments.

- You can print comments as they are shown or print them at the end in a separate page. The output will look like this:


That is all. Now you know the trick to print excel spreadsheet comments.
More on excel comments: change the shape of excel comment box | pimp your comment boxes | extract comments using formulas
Learn more about printing & excel and quick excel tips.















One Response to “Easily Convert JSON to Excel – Step by Step Tutorial”
Great guide! You mentioned that "Power Query in Excel offers a quick, easy and straightforward way to convert JSON to Excel." This is very true for simple structures. For those dealing with deeply nested JSON that Power Query struggles with, I've found a few tips helpful: 1) Flatten the JSON structure before importing if possible, 2) Use Python for more complex transformations as you suggested.