How can i format only the page being viewed currently?
I have figured out how to format the entire document....but this takes a large amount of time.
This is the code i have now (Like i said, it formats all pages)
Application.ActiveDocument.PaperSize = visPaperSizeA3
Application.ActiveDocument.PrintFitOnPages = True
Application.ActiveDocument.PrintLandscape = True
Application.ActiveDocument.PrintPagesAcross = 1
Application.ActiveDocument.PrintPagesDown = 1
I cannot find a way to do the exact same thing but to ONLY the page currently being viewed. Any ideas?
I have figured out how to format the entire document....but this takes a large amount of time.
This is the code i have now (Like i said, it formats all pages)
Application.ActiveDocument.PaperSize = visPaperSizeA3
Application.ActiveDocument.PrintFitOnPages = True
Application.ActiveDocument.PrintLandscape = True
Application.ActiveDocument.PrintPagesAcross = 1
Application.ActiveDocument.PrintPagesDown = 1
I cannot find a way to do the exact same thing but to ONLY the page currently being viewed. Any ideas?