Print Current Page Macro

M

mxk

Can a macro be created to print the current page in a
given document in Word 2000 or 97?

The VBA macro given on the MS website:

ActiveDocument.PrintOut Range:=wdPrintCurrentPage

doesn't work on my cpu. Thanks.
 
D

Doug Robbins - Word MVP

Hi Mxk,

That is the code to do it. What happens when you run it.

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Top