View Single Post
  #4   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

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

"Picsou1981" wrote in message
...


"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.