Transplanting Large Plants

Written by Debra Wyatt (last updated October 22, 2025)

Macros really can make life easier. It is not uncommon to create macros that perform repetitive tasks, and thereby relieve us of the mundane tasks we might otherwise need to perform. It is also not uncommon to need to print out the current document after doing some processing on it. If you find yourself with this need, you can simply let the macro take care of printing the current document. To add this capability to your macros, simply include a line like this:

ActiveDocument.PrintOut Copies:=1

The PrintOut method prints the specified document; in this case, the ActiveDocument object—the document currently selected—is printed. In this particular usage, the Copies argument is used to specify how many copies of the document to print.

When using the PrintOut method, there are quite a few different arguments you can use. Rather than detail all of them, it is probably more useful to just look at some of the more common arguments you can use.

Argument Meaning
Copies The number of copies to print.
Pages The page ranges to print. The ranges are separated by commas and enclosed in quote marks, similar to how you specify page ranges in the Print dialog box.
PrintToFile Normally False, but you can set it to True if you want output to go to a disk file instead of the printer.
OutputFileName Only necessary if you set PrintToFile to True. Used to specify the file name of the output file.

Author Bio

Debra Wyatt

Deb has a communications degree and applies her talents to her position as Marketing Specialist at Sharon Parq Associates. In her spare time she spends time with her children and grandchildren and devotes time to her church. ...

MORE FROM DEBRA

Shaving Your Legs

Shaving your legs should be so simple that everybody knows how to do it, right? Wrong! Whether you are shaving for the ...

Discover More

Organizing a Walk-In

You have this beautiful walk-in closet, but you can't find anything. Needing new ideas on how to organize the closet? ...

Discover More

Styling Dry Curly Hair

Working with dry, curly hair you want to be careful as to not damage your hair more than it already is. With just a few ...

Discover More
More Gardening Tips

Organic Gardening

Gardens are not only an essential space for supplying food, they provide relaxation and a refuge from our hectic lives. ...

Discover More

What are Hardy Seeds?

What are hardy seeds? Well, depending on whom you ask you may get a completely different answer than you would expect. ...

Discover More

Tilling Soil Manually

Without question, using a power tiller is the quickest and most efficient way to till soil. However, for small jobs, it ...

Discover More
Subscribe

FREE SERVICE: Receive an e-mail several times each week with a featured gardening tip. Enter your address and click "Subscribe."

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 5 - 5?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Subscribe

FREE SERVICE: Receive an e-mail several times each week with a featured gardening tip. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)