View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Picsou1981 Picsou1981 is offline
external usenet poster
 
Posts: 9
Default current page macro



"Suzanne S. Barnhill" wrote:

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

Hi, Suzanne.

How and where do I type this macro ? I'm using MS Word 2000.