ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Print & Close Buttons in Print Preview grayed-out when '07 script (https://www.excelbanter.com/excel-programming/422569-print-close-buttons-print-preview-grayed-out-when-07-script.html)

ArielZusya

Print & Close Buttons in Print Preview grayed-out when '07 script
 
I wrote a little script that imports and then manipulates data on a number of
worksheets and then sorts and formats that data in preparation for printing.
It then brings up the report in a print preview window and waits for the user
to either print or close and then moves on to a second report and third and
fourth stopping at each for the user to decide to print or close the preview.
This worked like a charm in 2003 and previous versions but when we moved to
2007 it has a rather major problem--namely the bottons to print and to close
are grayed out. What's changed and what do I need to change to fix this? Your
help is greatly apprecaited! Thanks in advance!

In case it's helpful, I use

ActiveWindow.SelectedSheets.PrintPreview

to print preview.



Orion Cochrane

Print & Close Buttons in Print Preview grayed-out when '07 script
 
Try ActiveSheet.PrintOut Preview:= True

It works for me in the way you are describing.
--
I am running on Office 2003, unless otherwise stated.


"ArielZusya" wrote:

I wrote a little script that imports and then manipulates data on a number of
worksheets and then sorts and formats that data in preparation for printing.
It then brings up the report in a print preview window and waits for the user
to either print or close and then moves on to a second report and third and
fourth stopping at each for the user to decide to print or close the preview.
This worked like a charm in 2003 and previous versions but when we moved to
2007 it has a rather major problem--namely the bottons to print and to close
are grayed out. What's changed and what do I need to change to fix this? Your
help is greatly apprecaited! Thanks in advance!

In case it's helpful, I use

ActiveWindow.SelectedSheets.PrintPreview

to print preview.



ArielZusya

Print & Close Buttons in Print Preview grayed-out when '07 scr
 
Thanks for your response. Unfortunately this doesn't fix it for me. From your
sig it looks like you are using office 2003, am I right? If so, like i
mentioned in my original post my current code works in 2003 and earlier
versions... it's in 2007 that it isn't working. Anyone have any suggestions
for 2007? Thanks!

"Orion Cochrane" wrote:

Try ActiveSheet.PrintOut Preview:= True

It works for me in the way you are describing.
--
I am running on Office 2003, unless otherwise stated.


"ArielZusya" wrote:

I wrote a little script that imports and then manipulates data on a number of
worksheets and then sorts and formats that data in preparation for printing.
It then brings up the report in a print preview window and waits for the user
to either print or close and then moves on to a second report and third and
fourth stopping at each for the user to decide to print or close the preview.
This worked like a charm in 2003 and previous versions but when we moved to
2007 it has a rather major problem--namely the bottons to print and to close
are grayed out. What's changed and what do I need to change to fix this? Your
help is greatly apprecaited! Thanks in advance!

In case it's helpful, I use

ActiveWindow.SelectedSheets.PrintPreview

to print preview.




All times are GMT +1. The time now is 04:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com