R
Randesonzz
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
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