xlCompare does not send data directly to printer, but you can easily print difference report generated by xlCompare.
To print data you should export difference report to new worksheet and then print it using Excel's print
command. If you need to add additional formatting to data before printing - you can create a VBA macro
for this.