pushbutton to print all sheets

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi,
I would like to have a pushbutton on the first sheet so I can print
all sheets of the current workbook...
How can this be done??
Thanks
JP
 
Hi
assign the following macro to a button:
sub foo()
activeworkbook.printout
end sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top