View Single Post
  #7  
Old May 14th, 2010, 06:05 AM posted to microsoft.public.word.docmanagement
Graham Mayor
external usenet poster
 
Posts: 18,297
Default Print Current Page Doesn't Work

What is the content of the FilePrint and FilePrintDefault macros? (Select
Edit from the macro selection dialog - ALT+F8)
A workaround would be to create a PrintPage macro, but that would by-pass
the FilePrint or FilePrintDefault macros and so whatever the importance of
their code, it would be ignored - unless added.

Sub PrintPage()
Application.PrintOut Range:=wdPrintCurrentPage
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




"drelias" wrote in message
...
There is a FilePrint, FilePrintBinding, FilePrintDefault. I checked with
a
user who is not having this problem and she has the same macros.

"Suzanne S. Barnhill" wrote:

It won't do that by default, so there must be a FilePrint macro in
effect.
Go to Tools | Macro | Macros and see if there is such a macro listed
(don't
look under Word Commands; those don't count).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"drelias" wrote in message
...
Yes. But what I've just noticed is that when I select File, Print, I'm
automatically taken to my last page. So it makes sense that when I
select
current page the last page prints. Why is it moving to the last page
of
my
document?

"Peter T. Daniels" wrote:

Do they scroll to the page they want, and put the cursor in it?

On May 11, 11:44 am, drelias
wrote:
We are using Word 2003. When our users try to print current page,
the
last
page of the document prints. The only way to print the current page
is
to
actually type in the page number. How can we fix this? Thanks

.



.