View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RI RI is offline
external usenet poster
 
Posts: 3
Default Print multiple sheets

Hi,

I am trying to print multiple worksheets from a VBA-macro:
Application.Worksheets(Sheets).Select
Application.Dialogs(xlDialogPrint).Show

In the printer dialog, we select a tray from the printer. The problem is
that only the first sheet is printing from the selected tray. The other
worksheets are using the default printersettings, the wrong tray ;-(

Does anyone know a solution?

Thanx
R.I.