A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Dana
This macro should do that for you, the only time you should see a dialog is if a PDF printer is chosen and you need to provide a file name for the PDF . . .
sub Print()
activesheet.printout preview:= false
end sub