View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Randesonzz Randesonzz is offline
external usenet poster
 
Posts: 1
Default Print Excel Document using right mouse click

I am trying to setup the File Options for MS Excel 2003 so that it will print
a WHOLE workbook. That is, currently the right-mouse print will only print
the active page that the Excel workbook at the time of save.

This print command uses DDE and the following string is passed to Excel for
printing -

[open("%1")][print()][quit()]

Is there a way to tell it to print the entire workbook?

Thanks.

Bob Anderson