Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Can "Print Current Page" be defualted when printing???

Sep 26, 2007 9:13AM PDT

I have a user who wants the option "Print Current Page" to be defualted when selecting File>Print. Currently the default is to print "All Pages". He wants this because a lot of them don't notice the option and end up wasting paper by printing the entire document. We are using MS Word 2003 with Windows XP Pro.

Hope someone can help. Thank you.

Wil

Discussion is locked

- Collapse -
Printing current page as default.
Sep 26, 2007 1:01PM PDT

If your printer drivers do not provide it, a VB marco should be able to do it. Google for examples...

- Collapse -
Some example VBA code.
Sep 26, 2007 9:36PM PDT
- Collapse -
is there a way
Sep 27, 2007 1:56AM PDT

But is there a way to have the Current Page option defaulted instead of ALL? I know that created a macro and placing a button can fix this, but I was just wondering if there would be a way to just changed the default selection when going to File> Print.

- Collapse -
Possible but could be costly. Here's the road.
Sep 27, 2007 2:13AM PDT

Remember this is not a known feature of Word and why I offered the VBA solution. To change it any other way will involve buying your copy of Visual Studio (latest version) and the Microsoft Office Developers Kit. I bet most programmers will also pay up for MSDN so they can get an inside line to programming support. All told I bet some 25K bucks to modify this one.

The VBA solution and a toolbar button looks cheap.

Bob

- Collapse -
And...
Sep 27, 2007 8:13AM PDT

...the other cheapest way...is, having known the issue, to learn to be alert to not use the "All" button,but to change it to tell the printer which page(s) to print. "Current Page" is not offered by all print jobs, e.g. a web page, an MS Excel,... Try asking "Support" of your printer's manufacturer what can be done. (?Change Windows' interface-VB&MSDN- ? ? Maybe a registry tweak ? ? A modified printer's driver ?...)