Print & Close Buttons in Print Preview grayed-out when '07 script

A

ArielZusya

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.
 
O

Orion Cochrane

Try ActiveSheet.PrintOut Preview:= True

It works for me in the way you are describing.
 
A

ArielZusya

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top