Print Comments Sub printComments() With ActiveSheet.PageSetup .printComments = xlPrintSheetEnd End With End Sub
VBA macro code for Print Comments. Use this macro to activate settings to print comments that are their in excel sheet in the end of the page. Let’s say you have 10 pages to print, after using this code you will get all the comments on 11th last page.