Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() "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. |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get the current Table Index value in my VBA Macro? | Tables | |||
Creating a "print current page" macro or button | Microsoft Word Help | |||
Print current page macro not working | Page Layout | |||
Macro for print current page not always working | Page Layout | |||
Using current selection in a word macro | Microsoft Word Help |