View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default current page macro

You can use this macro:

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

For instructions on what to do with it, see
http://www.gmayor.com/installing_macro.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TNT" wrote in message
...
I am trying to create a macro that will only print the current page. I go
through the steps but the macro does not work. and there is nothing in the
edit window for the the macro... Am I doing something wrong