Sep 11, 2003 #1 q4s72534 MIS Aug 19, 2003 59 US How do you create a print button in an excel file not on the toolbar? much thanks
Sep 11, 2003 #2 Bowers74 MIS Nov 20, 2002 1,085 US Put a buton on a worksheet and "attatch" the following macro to it: Code: Sub PrinterDialog() Application.Dialogs(xlDialogPrint).Show End Sub I hope this helps! Peace! Mike Never say Never!!! Nothing is impossible!!! Upvote 0 Downvote
Put a buton on a worksheet and "attatch" the following macro to it: Code: Sub PrinterDialog() Application.Dialogs(xlDialogPrint).Show End Sub I hope this helps! Peace! Mike Never say Never!!! Nothing is impossible!!!