custom footer

  • Thread starter Thread starter Tim Marsden
  • Start date Start date
T

Tim Marsden

Hi,

If I change the print footer during the 'Before Print' event, how can I put
it back to its original state after the print has been produced.
Is there some kind of 'After Print' activity?, is one of the other events
fired, i.e. sheet activated etc.

Thanks
Tim
 
Thanks

I have tried your suggestion. Is there a way of displaying the Print dialog
box when using wb.Printout.

Tim
 
Hi Tim

I think you may try to use the code line below for show the printer dialog.
Application.Dialogs(xlDialogPrint).Show


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no right
 

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

Back
Top