View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jorge Ribeiro Jorge Ribeiro is offline
external usenet poster
 
Posts: 13
Default printing excel worksheet

hello

i want to open an excel worksheet directly to print preview...
i used

app.activeSheet.printPreview

the problem is that when i click the print button within print preview it
opens
the excel application

is there a way to avoid this? to avoid the openning of the excel app?

thanx

Jorge